Uses of Class
org.apache.maven.archetype.catalog.ArchetypeCatalog
Packages that use ArchetypeCatalog
Package
Description
-
Uses of ArchetypeCatalog in org.apache.maven.archetype
Methods in org.apache.maven.archetype that return ArchetypeCatalogModifier and TypeMethodDescriptionArchetypeManager.getInternalCatalog()Gives the catalog of archetypes internal to the plugin.DefaultArchetypeManager.getInternalCatalog()ArchetypeManager.getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) Gives the catalog of archetypes located in the given path.DefaultArchetypeManager.getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) ArchetypeManager.getRemoteCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) Gives the catalog of archetypes located athttps://repo.maven.apache.org/maven2/archetype-catalog.xml.DefaultArchetypeManager.getRemoteCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) -
Uses of ArchetypeCatalog in org.apache.maven.archetype.catalog.io.xpp3
Methods in org.apache.maven.archetype.catalog.io.xpp3 that return ArchetypeCatalogModifier and TypeMethodDescriptionprivate ArchetypeCatalogArchetypeCatalogXpp3Reader.parseArchetypeCatalog(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseArchetypeCatalog.ArchetypeCatalogXpp3Reader.read(InputStream in) Method read.ArchetypeCatalogXpp3Reader.read(InputStream in, boolean strict) Method read.ArchetypeCatalogXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.archetype.catalog.io.xpp3 with parameters of type ArchetypeCatalogModifier and TypeMethodDescriptionvoidArchetypeCatalogXpp3Writer.write(OutputStream stream, ArchetypeCatalog archetypeCatalog) Method write.voidArchetypeCatalogXpp3Writer.write(Writer writer, ArchetypeCatalog archetypeCatalog) Method write.private voidArchetypeCatalogXpp3Writer.writeArchetypeCatalog(ArchetypeCatalog archetypeCatalog, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeArchetypeCatalog. -
Uses of ArchetypeCatalog in org.apache.maven.archetype.repositorycrawler
Methods in org.apache.maven.archetype.repositorycrawler that return ArchetypeCatalogModifier and TypeMethodDescriptionMethods in org.apache.maven.archetype.repositorycrawler with parameters of type ArchetypeCatalogModifier and TypeMethodDescriptionbooleanDefaultRepositoryCrawler.writeCatalog(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile) booleanRepositoryCrawler.writeCatalog(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile) -
Uses of ArchetypeCatalog in org.apache.maven.archetype.source
Methods in org.apache.maven.archetype.source that return ArchetypeCatalogModifier and TypeMethodDescriptionprivate ArchetypeCatalogRemoteCatalogArchetypeDataSource.downloadCatalog(org.apache.maven.artifact.repository.ArtifactRepository repository) ArchetypeDataSource.getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) InternalCatalogArchetypeDataSource.getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) LocalCatalogArchetypeDataSource.getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) RemoteCatalogArchetypeDataSource.getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest) protected ArchetypeCatalogCatalogArchetypeDataSource.readCatalog(Reader reader) Methods in org.apache.maven.archetype.source with parameters of type ArchetypeCatalogModifier and TypeMethodDescriptionprotected voidCatalogArchetypeDataSource.writeLocalCatalog(ArchetypeCatalog catalog, File catalogFile)