org.apache.maven.archetype.ui.generation
Class DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator

java.lang.Object
  extended by 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>


Constructor Summary
DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator(ArchetypeConfiguration archetypeConfiguration)
           
 
Method Summary
 int compare(String left, String right)
           
 
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
 

Constructor Detail

DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator

public DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator(ArchetypeConfiguration archetypeConfiguration)
Method Detail

compare

public int compare(String left,
                   String right)
Specified by:
compare in interface Comparator<String>


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.