public interface TargetValidator
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a internalized aware string describing the target type
|
boolean |
isValid(org.glassfish.hk2.api.ServiceLocator habitat,
String target)
returns true if the passed target parameter value is a valid identifier
of a target instance.
|
boolean isValid(org.glassfish.hk2.api.ServiceLocator habitat,
String target)
habitat - the habitat where to lookup all the target instancestarget - the target identifier to checkString getDescription()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.