Class SystemProperty


  • public final class SystemProperty
    extends java.lang.Object
    • Constructor Detail

      • SystemProperty

        public SystemProperty​(SystemProperty.Key key,
                              java.lang.String value)
    • Method Detail

      • asString

        public java.lang.String asString()
      • getValue

        public java.lang.String getValue()
      • parse

        public static SystemProperty parse​(java.lang.String sysProp)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object