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

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

Uses of ArchetypeCreationRequest in org.apache.maven.archetype
 

Methods in org.apache.maven.archetype that return ArchetypeCreationRequest
 ArchetypeCreationRequest ArchetypeCreationRequest.setArchetypeRegistryFile(File archetypeRegistryFile)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setDefaultEncoding(String defaultEncoding)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setFiltereds(List<String> filtereds)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setKeepParent(boolean keepParent)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setLanguages(List<String> languages)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setOutputDirectory(File outputDirectory)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPackageName(String packageName)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPartialArchetype(boolean partialArchetype)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPostPhase(String postPhase)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPreserveCData(boolean preserveCData)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setProject(MavenProject project)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setProperties(Properties properties)
           
 

Methods in org.apache.maven.archetype with parameters of type ArchetypeCreationRequest
 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 ArchetypeCreationRequest in org.apache.maven.archetype.creator
 

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



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