Interface SystemProperty

  • All Superinterfaces:
    ConfigBeanProxy

    public interface SystemProperty
    extends ConfigBeanProxy
    Syntax for supplying system properties as name value pairs
    • 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