org.apache.maven.archetype.ui.generation
Class ArchetypeSelectorUtils

java.lang.Object
  extended by org.apache.maven.archetype.ui.generation.ArchetypeSelectorUtils

public class ArchetypeSelectorUtils
extends Object

Since:
2.1
Author:
Olivier Lamy

Method Summary
static Map<String,List<Archetype>> getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog, String filter)
          apply some filtering on archetypes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilteredArchetypesByCatalog

public static Map<String,List<Archetype>> getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog,
                                                                         String filter)
apply some filtering on archetypes. currently only on artifactId contains filter

Parameters:
archetypesPerCatalog -
Returns:


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