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

Packages that use ArchetypeCatalog
org.apache.maven.archetype.catalog.io.xpp3   
 

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.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.