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 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
Fields in org.apache.maven.archetype.catalog with type parameters of type Archetype Modifier and Type Field Description private java.util.List<Archetype>ArchetypeCatalog. archetypesField 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 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.catalog.io.xpp3
Methods in org.apache.maven.archetype.catalog.io.xpp3 that return Archetype Modifier and Type Method Description private ArchetypeArchetypeCatalogXpp3Reader. 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 voidArchetypeCatalogXpp3Writer. 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 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)
-