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

Packages that use ArchetypeDescriptor
org.apache.maven.archetype.common   
org.apache.maven.archetype.metadata.io.xpp3   
org.apache.maven.archetype.ui User Interaction tooling for command-line use. 
 

Uses of ArchetypeDescriptor in org.apache.maven.archetype.common
 

Methods in org.apache.maven.archetype.common that return ArchetypeDescriptor
 ArchetypeDescriptor ArchetypeArtifactManager.getFileSetArchetypeDescriptor(File archetypeFile)
           
 ArchetypeDescriptor DefaultArchetypeArtifactManager.getFileSetArchetypeDescriptor(File archetypeFile)
           
 ArchetypeDescriptor ArchetypeArtifactManager.getFileSetArchetypeDescriptor(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)
           
 ArchetypeDescriptor DefaultArchetypeArtifactManager.getFileSetArchetypeDescriptor(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)
           
 

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.
 

Uses of ArchetypeDescriptor in org.apache.maven.archetype.ui
 

Methods in org.apache.maven.archetype.ui with parameters of type ArchetypeDescriptor
 ArchetypeConfiguration ArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 ArchetypeConfiguration DefaultArchetypeFactory.createArchetypeConfiguration(ArchetypeDescriptor archetypeDescriptor, Properties properties)
           
 



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