Interface SystemProperty

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

    public interface SystemProperty
    extends org.jvnet.hk2.config.ConfigBeanProxy
    Syntax for supplying system properties as name value pairs
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      Gets the value of the description property.
      @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
      Gets the value of the name property.
      @NotNull String getValue()
      Gets the value of the value property.
      void setDescription​(String value)
      Sets the value of the description property.
      void setName​(String value)
      Sets the value of the name property.
      void setValue​(String value)
      Sets the value of the value property.
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent
    • Method Detail

      • getName

        @NotNull
        @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
        @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • getValue

        @NotNull
        @NotNull String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • getDescription

        String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String