Uses of Class
org.apache.maven.archetype.metadata.ArchetypeDescriptor

Packages that use ArchetypeDescriptor
org.apache.maven.archetype.metadata.io.xpp3   
 

Uses of ArchetypeDescriptor in org.apache.maven.archetype.metadata.io.xpp3
 

Methods in org.apache.maven.archetype.metadata.io.xpp3 that return ArchetypeDescriptor
 ArchetypeDescriptor ArchetypeDescriptorXpp3Reader.read(InputStream in)
          Method read.
 ArchetypeDescriptor ArchetypeDescriptorXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 ArchetypeDescriptor ArchetypeDescriptorXpp3Reader.read(Reader reader)
           
 ArchetypeDescriptor ArchetypeDescriptorXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.archetype.metadata.io.xpp3 with parameters of type ArchetypeDescriptor
 void ArchetypeDescriptorXpp3Writer.write(OutputStream stream, ArchetypeDescriptor archetypeDescriptor)
          Method write.
 void ArchetypeDescriptorXpp3Writer.write(Writer writer, ArchetypeDescriptor archetypeDescriptor)
          Method write.
 



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