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.catalog.io.xpp3 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 void
ArchetypeManager. updateLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)
void
DefaultArchetypeManager. 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
Fields in org.apache.maven.archetype.catalog with type parameters of type Archetype Modifier and Type Field Description private java.util.List<Archetype>
ArchetypeCatalog. archetypes
Field archetypes.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 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 Modifier and Type Method Description void
ArchetypeCatalog. setArchetypes(java.util.List<Archetype> archetypes)
Set list of Acthetypes available in this catalog. -
Uses of Archetype in org.apache.maven.archetype.catalog.io.xpp3
Methods in org.apache.maven.archetype.catalog.io.xpp3 that return Archetype Modifier and Type Method Description private Archetype
ArchetypeCatalogXpp3Reader. parseArchetype(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseArchetype.Methods in org.apache.maven.archetype.catalog.io.xpp3 with parameters of type Archetype Modifier and Type Method Description private void
ArchetypeCatalogXpp3Writer. writeArchetype(Archetype archetype, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeArchetype. -
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 void
ArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)
void
InternalCatalogArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)
void
LocalCatalogArchetypeDataSource. updateCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)
void
RemoteCatalogArchetypeDataSource. 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 Archetype
ArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> map)
Archetype
ArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)
Select an archetype from the given map.Archetype
DefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs)
Archetype
DefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)
private Archetype
DefaultArchetypeSelectionQueryer. selectVersion(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, java.lang.String groupId, java.lang.String artifactId)
Methods in org.apache.maven.archetype.ui.generation that return types with arguments of type Archetype Modifier and Type Method Description private java.util.Map.Entry<java.lang.String,Archetype>
DefaultArchetypeSelector. findArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, java.lang.String groupId, java.lang.String artifactId)
private java.util.Map<java.lang.String,java.util.List<Archetype>>
DefaultArchetypeSelector. getArchetypesByCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest, java.lang.String catalogs)
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.Methods in org.apache.maven.archetype.ui.generation with parameters of type Archetype Modifier and Type Method Description private void
DefaultArchetypeSelector. updateDefinition(ArchetypeDefinition definition, Archetype archetype)
private void
DefaultArchetypeSelector. updateRepository(ArchetypeDefinition definition, Archetype archetype)
Method parameters in org.apache.maven.archetype.ui.generation with type arguments of type Archetype Modifier and Type Method Description private java.util.Map.Entry<java.lang.String,Archetype>
DefaultArchetypeSelector. findArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, java.lang.String groupId, java.lang.String artifactId)
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.Archetype
ArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> map)
Archetype
ArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition)
Select an archetype from the given map.Archetype
DefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs)
Archetype
DefaultArchetypeSelectionQueryer. selectArchetype(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition)
private Archetype
DefaultArchetypeSelectionQueryer. selectVersion(java.util.Map<java.lang.String,java.util.List<Archetype>> catalogs, java.lang.String groupId, java.lang.String artifactId)
-