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 -
-
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)
-