Uses of Class
org.apache.maven.archetype.catalog.Archetype

Packages that use Archetype
org.apache.maven.archetype.catalog   
 

Uses of Archetype in org.apache.maven.archetype.catalog
 

Methods in org.apache.maven.archetype.catalog that return types with arguments of type Archetype
 List<Archetype> ArchetypeCatalog.getArchetypes()
          Method getArchetypes.
 

Methods in org.apache.maven.archetype.catalog with parameters of type Archetype
 void ArchetypeCatalog.addArchetype(Archetype archetype)
          Method addArchetype.
 void ArchetypeCatalog.removeArchetype(Archetype archetype)
          Method removeArchetype.
 

Method parameters in org.apache.maven.archetype.catalog with type arguments of type Archetype
 void ArchetypeCatalog.setArchetypes(List<Archetype> archetypes)
          Set list of Acthetypes available in this catalog.
 



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