Uses of Class
org.apache.maven.archetype.catalog.Archetype
-
Packages that use Archetype Package Description 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 Modifier and Type Method Description voidArchetypeManager. updateLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)voidDefaultArchetypeManager. updateLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)Constructors in org.apache.maven.archetype with parameters of type Archetype Constructor Description 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 Modifier and Type Method Description java.util.List<Archetype>ArchetypeCatalog. getArchetypes()Method getArchetypes.Methods in org.apache.maven.archetype.catalog with parameters of type Archetype Modifier and Type Method Description voidArchetypeCatalog. addArchetype(Archetype archetype)Method addArchetype.voidArchetypeCatalog. removeArchetype(Archetype archetype)Method removeArchetype.Method parameters in org.apache.maven.archetype.catalog with type arguments of type Archetype Modifier and Type Method Description voidArchetypeCatalog. setArchetypes(java.util.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 Modifier and Type Method Description voidArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)voidInternalCatalogArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)voidLocalCatalogArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)voidRemoteCatalogArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype) -
Uses of Archetype in org.apache.maven.archetype.ui.generation
Methods in org.apache.maven.archetype.ui.generation that return Archetype Modifier and Type Method Description ArchetypeArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> map)ArchetypeArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)Select an archetype from the given map.ArchetypeDefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs)ArchetypeDefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)Methods in org.apache.maven.archetype.ui.generation that return types with arguments of type Archetype Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.List<Archetype>>ArchetypeSelectorUtils. getFilteredArchetypesByCatalog(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypesPerCatalog, java.lang.String filter)apply some filtering on archetypes.Method parameters in org.apache.maven.archetype.ui.generation with type arguments of type Archetype Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.List<Archetype>>ArchetypeSelectorUtils. getFilteredArchetypesByCatalog(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypesPerCatalog, java.lang.String filter)apply some filtering on archetypes.ArchetypeArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> map)ArchetypeArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)Select an archetype from the given map.ArchetypeDefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs)ArchetypeDefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)
-