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

Packages that use Archetype
org.apache.maven.archetype   
org.apache.maven.archetype.catalog   
org.apache.maven.archetype.source   
org.apache.maven.archetype.ui.generation User Interaction for project creation from an archetype. 
 

Uses of Archetype in org.apache.maven.archetype
 

Methods in org.apache.maven.archetype with parameters of type Archetype
 void ArchetypeManager.updateLocalCatalog(Archetype archetype)
           
 void DefaultArchetypeManager.updateLocalCatalog(Archetype archetype)
           
 void ArchetypeManager.updateLocalCatalog(Archetype archetype, String path)
           
 void DefaultArchetypeManager.updateLocalCatalog(Archetype archetype, String path)
           
 

Constructors in org.apache.maven.archetype with parameters of type Archetype
ArchetypeGenerationRequest(Archetype archetype)
           
 

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.
 

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

Methods in org.apache.maven.archetype.source with parameters of type Archetype
 void CatalogArchetypeDataSource.updateCatalog(Properties properties, Archetype archetype)
           
 void ArchetypeDataSource.updateCatalog(Properties properties, Archetype archetype)
           
 void RemoteCatalogArchetypeDataSource.updateCatalog(Properties properties, Archetype archetype)
           
 

Method parameters in org.apache.maven.archetype.source with type arguments of type Archetype
 void CatalogArchetypeDataSink.putArchetypes(List<Archetype> archetypes, Writer writer)
           
 void ArchetypeDataSink.putArchetypes(List<Archetype> archetypes, Writer writer)
           
 

Uses of Archetype in org.apache.maven.archetype.ui.generation
 

Methods in org.apache.maven.archetype.ui.generation that return Archetype
 Archetype ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> map)
           
 Archetype DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs)
           
 Archetype ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)
          Select an archetype from the given map.
 Archetype DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)
           
 

Methods in org.apache.maven.archetype.ui.generation that return types with arguments of type Archetype
static Map<String,List<Archetype>> ArchetypeSelectorUtils.getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog, String filter)
          apply some filtering on archetypes.
 

Method parameters in org.apache.maven.archetype.ui.generation with type arguments of type Archetype
static Map<String,List<Archetype>> ArchetypeSelectorUtils.getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog, String filter)
          apply some filtering on archetypes.
 Archetype ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> map)
           
 Archetype DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs)
           
 Archetype ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)
          Select an archetype from the given map.
 Archetype DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)
           
 



Copyright © 2007-2012 Apache Software Foundation. All Rights Reserved.