Uses of Class
org.apache.maven.archetype.catalog.Archetype
Packages that use Archetype
Package
Description
-
Uses of Archetype in org.apache.maven.archetype
Methods in org.apache.maven.archetype with parameters of type ArchetypeModifier and TypeMethodDescriptionArchetypeManager.updateLocalCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype) 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 TypeMethodDescriptionArchetypeDataSource.updateCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype) InternalCatalogArchetypeDataSource.updateCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype) LocalCatalogArchetypeDataSource.updateCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype) RemoteCatalogArchetypeDataSource.updateCatalog
(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Archetype archetype)