Uses of Class
org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Packages that use ArchetypeCatalog Package Description org.apache.maven.archetype org.apache.maven.archetype.catalog.io.xpp3 org.apache.maven.archetype.repositorycrawler org.apache.maven.archetype.source -
-
Uses of ArchetypeCatalog in org.apache.maven.archetype
Methods in org.apache.maven.archetype that return ArchetypeCatalog Modifier and Type Method Description ArchetypeCatalogArchetypeManager. getInternalCatalog()Gives the catalog of archetypes internal to the plugin.ArchetypeCatalogDefaultArchetypeManager. getInternalCatalog()ArchetypeCatalogArchetypeManager. getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)Gives the catalog of archetypes located in the given path.ArchetypeCatalogDefaultArchetypeManager. getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)ArchetypeCatalogArchetypeManager. getRemoteCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)Gives the catalog of archetypes located athttps://repo.maven.apache.org/maven2/archetype-catalog.xml.ArchetypeCatalogDefaultArchetypeManager. 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 ArchetypeCatalog Modifier and Type Method Description private ArchetypeCatalogArchetypeCatalogXpp3Reader. parseArchetypeCatalog(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseArchetypeCatalog.ArchetypeCatalogArchetypeCatalogXpp3Reader. read(java.io.InputStream in)Method read.ArchetypeCatalogArchetypeCatalogXpp3Reader. read(java.io.InputStream in, boolean strict)Method read.ArchetypeCatalogArchetypeCatalogXpp3Reader. read(java.io.Reader reader)ArchetypeCatalogArchetypeCatalogXpp3Reader. read(java.io.Reader reader, boolean strict)private ArchetypeCatalogArchetypeCatalogXpp3Reader. 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 ArchetypeCatalog Modifier and Type Method Description voidArchetypeCatalogXpp3Writer. write(java.io.OutputStream stream, ArchetypeCatalog archetypeCatalog)Method write.voidArchetypeCatalogXpp3Writer. write(java.io.Writer writer, ArchetypeCatalog archetypeCatalog)Method write.private voidArchetypeCatalogXpp3Writer. writeArchetypeCatalog(ArchetypeCatalog archetypeCatalog, java.lang.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 ArchetypeCatalog Modifier and Type Method Description ArchetypeCatalogDefaultRepositoryCrawler. crawl(java.io.File repository)ArchetypeCatalogRepositoryCrawler. crawl(java.io.File repository)Methods in org.apache.maven.archetype.repositorycrawler with parameters of type ArchetypeCatalog Modifier and Type Method Description booleanDefaultRepositoryCrawler. writeCatalog(ArchetypeCatalog archetypeCatalog, java.io.File archetypeCatalogFile)booleanRepositoryCrawler. writeCatalog(ArchetypeCatalog archetypeCatalog, java.io.File archetypeCatalogFile) -
Uses of ArchetypeCatalog in org.apache.maven.archetype.source
Methods in org.apache.maven.archetype.source that return ArchetypeCatalog Modifier and Type Method Description private ArchetypeCatalogRemoteCatalogArchetypeDataSource. downloadCatalog(org.apache.maven.artifact.repository.ArtifactRepository repository)ArchetypeCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)ArchetypeCatalogInternalCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)ArchetypeCatalogLocalCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)ArchetypeCatalogRemoteCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)protected ArchetypeCatalogCatalogArchetypeDataSource. readCatalog(java.io.Reader reader)Methods in org.apache.maven.archetype.source with parameters of type ArchetypeCatalog Modifier and Type Method Description protected voidCatalogArchetypeDataSource. writeLocalCatalog(ArchetypeCatalog catalog, java.io.File catalogFile)
-