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(java.io.File archetypeRegistryFile)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setDefaultEncoding(java.lang.String defaultEncoding)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setFiltereds(java.util.List filtereds)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setKeepParent(boolean keepParent)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setLanguages(java.util.List languages)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPackageName(java.lang.String packageName)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPartialArchetype(boolean partialArchetype)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setPreserveCData(boolean preserveCData)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setProject(org.apache.maven.project.MavenProject project)
           
 ArchetypeCreationRequest ArchetypeCreationRequest.setProperties(java.util.Properties properties)
           
 

Methods in org.apache.maven.archetype with parameters of type ArchetypeCreationRequest
 ArchetypeCreationResult Archetype.createArchetypeFromProject(ArchetypeCreationRequest request)
          A command to create an OldArchetype from an existing Maven project given the suppled creation request.
 ArchetypeCreationResult DefaultArchetype.createArchetypeFromProject(ArchetypeCreationRequest request)
           
 

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

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



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