Uses of Class
org.apache.maven.archetype.ArchetypeCreationRequest
-
Packages that use ArchetypeCreationRequest Package Description 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 Modifier and Type Method Description ArchetypeCreationRequestArchetypeCreationRequest. setDefaultEncoding(java.lang.String defaultEncoding)ArchetypeCreationRequestArchetypeCreationRequest. setFiltereds(java.util.List<java.lang.String> filtereds)ArchetypeCreationRequestArchetypeCreationRequest. setKeepParent(boolean keepParent)ArchetypeCreationRequestArchetypeCreationRequest. setLanguages(java.util.List<java.lang.String> languages)ArchetypeCreationRequestArchetypeCreationRequest. setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)ArchetypeCreationRequestArchetypeCreationRequest. setOutputDirectory(java.io.File outputDirectory)ArchetypeCreationRequestArchetypeCreationRequest. setPackageName(java.lang.String packageName)ArchetypeCreationRequestArchetypeCreationRequest. setPartialArchetype(boolean partialArchetype)ArchetypeCreationRequestArchetypeCreationRequest. setPostPhase(java.lang.String postPhase)ArchetypeCreationRequestArchetypeCreationRequest. setPreserveCData(boolean preserveCData)ArchetypeCreationRequestArchetypeCreationRequest. setProject(org.apache.maven.project.MavenProject project)ArchetypeCreationRequestArchetypeCreationRequest. setProjectBuildingRequest(org.apache.maven.project.ProjectBuildingRequest projectBuildingRequest)ArchetypeCreationRequestArchetypeCreationRequest. setProperties(java.util.Properties properties)ArchetypeCreationRequestArchetypeCreationRequest. setSettingsFile(java.io.File settingsFile)Methods in org.apache.maven.archetype with parameters of type ArchetypeCreationRequest Modifier and Type Method Description ArchetypeCreationResultArchetypeManager. createArchetypeFromProject(ArchetypeCreationRequest request)A command to create an archetype from an existing Maven project given the supplied creation request.ArchetypeCreationResultDefaultArchetypeManager. createArchetypeFromProject(ArchetypeCreationRequest request) -
Uses of ArchetypeCreationRequest in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator with parameters of type ArchetypeCreationRequest Modifier and Type Method Description voidArchetypeCreator. createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)voidFilesetArchetypeCreator. createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
-