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 ArchetypeCatalog
ArchetypeManager. getInternalCatalog()
Gives the catalog of archetypes internal to the plugin.ArchetypeCatalog
DefaultArchetypeManager. getInternalCatalog()
ArchetypeCatalog
ArchetypeManager. getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
Gives the catalog of archetypes located in the given path.ArchetypeCatalog
DefaultArchetypeManager. getLocalCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
ArchetypeCatalog
ArchetypeManager. getRemoteCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
Gives the catalog of archetypes located athttps://repo.maven.apache.org/maven2/archetype-catalog.xml
.ArchetypeCatalog
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 ArchetypeCatalog Modifier and Type Method Description private ArchetypeCatalog
ArchetypeCatalogXpp3Reader. parseArchetypeCatalog(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseArchetypeCatalog.ArchetypeCatalog
ArchetypeCatalogXpp3Reader. read(java.io.InputStream in)
Method read.ArchetypeCatalog
ArchetypeCatalogXpp3Reader. read(java.io.InputStream in, boolean strict)
Method read.ArchetypeCatalog
ArchetypeCatalogXpp3Reader. read(java.io.Reader reader)
ArchetypeCatalog
ArchetypeCatalogXpp3Reader. read(java.io.Reader reader, boolean strict)
ArchetypeCatalog
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 ArchetypeCatalog Modifier and Type Method Description void
ArchetypeCatalogXpp3Writer. write(java.io.OutputStream stream, ArchetypeCatalog archetypeCatalog)
Method write.void
ArchetypeCatalogXpp3Writer. write(java.io.Writer writer, ArchetypeCatalog archetypeCatalog)
Method write.private void
ArchetypeCatalogXpp3Writer. 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 ArchetypeCatalog
DefaultRepositoryCrawler. crawl(java.io.File repository)
ArchetypeCatalog
RepositoryCrawler. crawl(java.io.File repository)
Methods in org.apache.maven.archetype.repositorycrawler with parameters of type ArchetypeCatalog Modifier and Type Method Description boolean
DefaultRepositoryCrawler. writeCatalog(ArchetypeCatalog archetypeCatalog, java.io.File archetypeCatalogFile)
boolean
RepositoryCrawler. 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 ArchetypeCatalog
RemoteCatalogArchetypeDataSource. downloadCatalog(org.apache.maven.artifact.repository.ArtifactRepository repository)
ArchetypeCatalog
ArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
ArchetypeCatalog
InternalCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
ArchetypeCatalog
LocalCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
ArchetypeCatalog
RemoteCatalogArchetypeDataSource. getArchetypeCatalog(org.apache.maven.project.ProjectBuildingRequest buildingRequest)
protected ArchetypeCatalog
CatalogArchetypeDataSource. readCatalog(java.io.Reader reader)
Methods in org.apache.maven.archetype.source with parameters of type ArchetypeCatalog Modifier and Type Method Description protected void
CatalogArchetypeDataSource. writeLocalCatalog(ArchetypeCatalog catalog, java.io.File catalogFile)
-