Interface ResourceRef
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface ResourceRef
extends org.jvnet.hk2.config.ConfigBeanProxy
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDetermines whether the resource is active or ignored.@NotNull @Pattern(regexp="[^\':,]+",message="Pattern: [^\':,]+") StringgetRef()References the name attribute of a resources.voidsetEnabled(String enabled) Sets the value of theenabledproperty.voidSets the value of therefproperty.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Field Details
-
PATTERN_REF
- See Also:
-
-
Method Details
-
getEnabled
String getEnabled()Determines whether the resource is active or ignored.- Returns:
- possible object is
String
-
setEnabled
Sets the value of theenabledproperty.- Parameters:
enabled- allowed object isString- Throws:
PropertyVetoException
-
getRef
@NotNull @Pattern(regexp="[^\':,]+", message="Pattern: [^\':,]+") @NotNull @Pattern(regexp="[^\':,]+",message="Pattern: [^\':,]+") String getRef()References the name attribute of a resources.- Returns:
- possible object is
String
-
setRef
Sets the value of therefproperty.- Parameters:
ref- allowed object isString- Throws:
PropertyVetoException
-