Class DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator
java.lang.Object
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator
- All Implemented Interfaces:
Comparator<String>
- Enclosing class:
DefaultArchetypeGenerationConfigurator
public static class DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator
extends Object
implements Comparator<String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
archetypeConfiguration
-
propertyReferenceMap
-
-
Constructor Details
-
RequiredPropertyComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<String>
-
computePropertyReferences
-
references
Learn whether one property references another. Semantically, "referencestargetProperty
,sourceProperty
(does)."
-