Uses of Class
org.apache.maven.archetype.catalog.ArchetypeCatalog

Packages that use ArchetypeCatalog
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
 ArchetypeCatalog ArchetypeManager.getDefaultLocalCatalog()
          Gives the catalog of archetypes located in ${user.home}/.m2/repository/archetype-catalog.xml.
 ArchetypeCatalog DefaultArchetypeManager.getDefaultLocalCatalog()
           
 ArchetypeCatalog ArchetypeManager.getInternalCatalog()
          Gives the catalog of archetypes internal to the plugin.
 ArchetypeCatalog DefaultArchetypeManager.getInternalCatalog()
           
 ArchetypeCatalog ArchetypeManager.getLocalCatalog(String path)
          Gives the catalog of archetypes located in the given path.
 ArchetypeCatalog DefaultArchetypeManager.getLocalCatalog(String path)
           
 ArchetypeCatalog ArchetypeManager.getRemoteCatalog()
          Gives the catalog of archetypes located at http://repo1.maven.org/maven2/archetype-catalog.xml.
 ArchetypeCatalog DefaultArchetypeManager.getRemoteCatalog()
           
 ArchetypeCatalog ArchetypeManager.getRemoteCatalog(String url)
          Gives the catalog of archetypes located at the given url.
 ArchetypeCatalog DefaultArchetypeManager.getRemoteCatalog(String url)
           
 

Uses of ArchetypeCatalog in org.apache.maven.archetype.catalog.io.xpp3
 

Methods in org.apache.maven.archetype.catalog.io.xpp3 that return ArchetypeCatalog
 ArchetypeCatalog ArchetypeCatalogXpp3Reader.read(InputStream in)
          Method read.
 ArchetypeCatalog ArchetypeCatalogXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 ArchetypeCatalog ArchetypeCatalogXpp3Reader.read(Reader reader)
           
 ArchetypeCatalog ArchetypeCatalogXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.archetype.catalog.io.xpp3 with parameters of type ArchetypeCatalog
 void ArchetypeCatalogXpp3Writer.write(OutputStream stream, ArchetypeCatalog archetypeCatalog)
          Method write.
 void ArchetypeCatalogXpp3Writer.write(Writer writer, ArchetypeCatalog archetypeCatalog)
          Method write.
 

Uses of ArchetypeCatalog in org.apache.maven.archetype.repositorycrawler
 

Methods in org.apache.maven.archetype.repositorycrawler that return ArchetypeCatalog
 ArchetypeCatalog RepositoryCrawler.crawl(File repository)
           
 ArchetypeCatalog DefaultRepositoryCrawler.crawl(File repository)
           
 

Methods in org.apache.maven.archetype.repositorycrawler with parameters of type ArchetypeCatalog
 boolean RepositoryCrawler.writeCatalog(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile)
           
 boolean DefaultRepositoryCrawler.writeCatalog(ArchetypeCatalog archetypeCatalog, File archetypeCatalogFile)
           
 

Uses of ArchetypeCatalog in org.apache.maven.archetype.source
 

Methods in org.apache.maven.archetype.source that return ArchetypeCatalog
 ArchetypeCatalog InternalCatalogArchetypeDataSource.getArchetypeCatalog(Properties properties)
           
 ArchetypeCatalog CatalogArchetypeDataSource.getArchetypeCatalog(Properties properties)
           
 ArchetypeCatalog ArchetypeDataSource.getArchetypeCatalog(Properties properties)
           
 ArchetypeCatalog RemoteCatalogArchetypeDataSource.getArchetypeCatalog(Properties properties)
           
protected  ArchetypeCatalog CatalogArchetypeDataSource.readCatalog(Reader reader)
           
 

Methods in org.apache.maven.archetype.source with parameters of type ArchetypeCatalog
protected  void CatalogArchetypeDataSource.writeLocalCatalog(ArchetypeCatalog catalog, File catalogFile)
           
 



Copyright © 2007-2012 Apache Software Foundation. All Rights Reserved.