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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
archetypeConfiguration
-
propertyReferenceMap
-
-
Constructor Details
-
RequiredPropertyComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<String>
-
computePropertyReferences
-
references
Learn whether one property references another. Semantically, "referencestargetProperty,sourceProperty(does)."
-