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

java.lang.Object
  extended by org.apache.maven.archetype.ui.DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator
All Implemented Interfaces:
Comparator
Enclosing class:
DefaultArchetypeGenerationConfigurator

public static class DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator
extends Object
implements Comparator


Constructor Summary
DefaultArchetypeGenerationConfigurator.RequiredPropertyComparator(ArchetypeConfiguration archetypeConfiguration)
           
 
Method Summary
 int compare(Object left, Object 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(Object left,
                   Object right)
Specified by:
compare in interface Comparator


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