Interface ResourceRef

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface ResourceRef extends org.jvnet.hk2.config.ConfigBeanProxy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Determines whether the resource is active or ignored.
    @NotNull @Pattern(regexp="[^\':,]+",message="Pattern: [^\':,]+") String
    References the name attribute of a resources.
    void
    setEnabled(String enabled)
    Sets the value of the enabled property.
    void
    Sets the value of the ref property.

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent
  • Field Details

  • Method Details

    • getEnabled

      String getEnabled()
      Determines whether the resource is active or ignored.
      Returns:
      possible object is String
    • setEnabled

      void setEnabled(String enabled) throws PropertyVetoException
      Sets the value of the enabled property.
      Parameters:
      enabled - allowed object is String
      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

      void setRef(String ref) throws PropertyVetoException
      Sets the value of the ref property.
      Parameters:
      ref - allowed object is String
      Throws:
      PropertyVetoException