Uses of Class
org.apache.maven.archetype.catalog.Archetype
Packages that use Archetype
Package
Description
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 ArchetypeModifier and TypeMethodDescriptionvoid
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 -
Uses of Archetype in org.apache.maven.archetype.catalog
Fields in org.apache.maven.archetype.catalog with type parameters of type ArchetypeMethods in org.apache.maven.archetype.catalog that return types with arguments of type ArchetypeMethods in org.apache.maven.archetype.catalog with parameters of type ArchetypeModifier and TypeMethodDescriptionvoid
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 ArchetypeModifier and TypeMethodDescriptionvoid
ArchetypeCatalog.setArchetypes
(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 ArchetypeModifier and TypeMethodDescriptionprivate 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 ArchetypeModifier and TypeMethodDescriptionprivate void
ArchetypeCatalogXpp3Writer.writeArchetype
(Archetype archetype, 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 ArchetypeModifier and TypeMethodDescriptionvoid
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 ArchetypeModifier and TypeMethodDescriptionArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> map) ArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition) Select an archetype from the given map.DefaultArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> catalogs) DefaultArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition) private Archetype
DefaultArchetypeSelectionQueryer.selectVersion
(Map<String, List<Archetype>> catalogs, String groupId, String artifactId) Methods in org.apache.maven.archetype.ui.generation that return types with arguments of type ArchetypeModifier and TypeMethodDescriptionDefaultArchetypeSelector.findArchetype
(Map<String, List<Archetype>> archetypes, String groupId, String artifactId) DefaultArchetypeSelector.getArchetypesByCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, String catalogs) ArchetypeSelectorUtils.getFilteredArchetypesByCatalog
(Map<String, List<Archetype>> archetypesPerCatalog, String filter) apply some filtering on archetypes.Methods in org.apache.maven.archetype.ui.generation with parameters of type ArchetypeModifier and TypeMethodDescriptionprivate 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 ArchetypeModifier and TypeMethodDescriptionDefaultArchetypeSelector.findArchetype
(Map<String, List<Archetype>> archetypes, String groupId, String artifactId) ArchetypeSelectorUtils.getFilteredArchetypesByCatalog
(Map<String, List<Archetype>> archetypesPerCatalog, String filter) apply some filtering on archetypes.ArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> map) ArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition) Select an archetype from the given map.DefaultArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> catalogs) DefaultArchetypeSelectionQueryer.selectArchetype
(Map<String, List<Archetype>> catalogs, ArchetypeDefinition defaultDefinition) private Archetype
DefaultArchetypeSelectionQueryer.selectVersion
(Map<String, List<Archetype>> catalogs, String groupId, String artifactId)