Class JdkVersionProfileActivator.RangeValue

java.lang.Object
org.apache.maven.model.profile.activation.JdkVersionProfileActivator.RangeValue
Enclosing class:
JdkVersionProfileActivator

private static class JdkVersionProfileActivator.RangeValue extends Object
  • Field Details

    • value

      private String value
    • closed

      private boolean closed
  • Constructor Details

    • RangeValue

      RangeValue(String value, boolean closed)
  • Method Details