Uses of Class
org.apache.maven.model.profile.activation.JdkVersionProfileActivator.RangeValue
-
Packages that use JdkVersionProfileActivator.RangeValue Package Description org.apache.maven.model.profile.activation -
-
Uses of JdkVersionProfileActivator.RangeValue in org.apache.maven.model.profile.activation
Methods in org.apache.maven.model.profile.activation that return types with arguments of type JdkVersionProfileActivator.RangeValue Modifier and Type Method Description private static java.util.List<JdkVersionProfileActivator.RangeValue>
JdkVersionProfileActivator. getRange(java.lang.String range)
Methods in org.apache.maven.model.profile.activation with parameters of type JdkVersionProfileActivator.RangeValue Modifier and Type Method Description private static int
JdkVersionProfileActivator. getRelationOrder(java.lang.String value, JdkVersionProfileActivator.RangeValue rangeValue, boolean isLeft)
Method parameters in org.apache.maven.model.profile.activation with type arguments of type JdkVersionProfileActivator.RangeValue Modifier and Type Method Description private static boolean
JdkVersionProfileActivator. isInRange(java.lang.String value, java.util.List<JdkVersionProfileActivator.RangeValue> range)
-