Class SystemProperty.Key

  • Enclosing class:
    SystemProperty

    public static final class SystemProperty.Key
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      boolean required  
    • Field Detail

      • name

        public final java.lang.String name
      • required

        public final boolean required
    • Method Detail

      • 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
      • required

        public static SystemProperty.Key required​(java.lang.String key)
        System property that is always added to the MAVEN_OPTS.
      • optional

        public static SystemProperty.Key optional​(java.lang.String key)
        System property that is added to the MAVEN_OPTS conditionally.