Uses of Class
org.apache.maven.archetype.ArchetypeCreationResult

Packages that use ArchetypeCreationResult
org.apache.maven.archetype   
org.apache.maven.archetype.creator   
 

Uses of ArchetypeCreationResult in org.apache.maven.archetype
 

Methods in org.apache.maven.archetype that return ArchetypeCreationResult
 ArchetypeCreationResult DefaultArchetypeManager.createArchetypeFromProject(ArchetypeCreationRequest request)
           
 ArchetypeCreationResult ArchetypeManager.createArchetypeFromProject(ArchetypeCreationRequest request)
          A command to create an archetype from an existing Maven project given the supplied creation request.
 

Uses of ArchetypeCreationResult in org.apache.maven.archetype.creator
 

Methods in org.apache.maven.archetype.creator with parameters of type ArchetypeCreationResult
 void ArchetypeCreator.createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
           
 void FilesetArchetypeCreator.createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
           
 



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