Package | Description |
---|---|
org.apache.maven.archetype.generator | |
org.apache.maven.archetype.ui.creation |
User Interaction for archetype creation from a project.
|
org.apache.maven.archetype.ui.generation |
User Interaction for project creation from an archetype.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFilesetArchetypeGenerator.generateArchetype(ArchetypeGenerationRequest request,
File archetypeFile) |
void |
FilesetArchetypeGenerator.generateArchetype(ArchetypeGenerationRequest request,
File archetypeFile)
Generate a project from an archetype file.
|
Modifier and Type | Method and Description |
---|---|
Properties |
DefaultArchetypeCreationConfigurator.configureArchetypeCreation(org.apache.maven.project.MavenProject project,
Boolean interactiveMode,
Properties commandLineProperties,
File propertyFile,
List<String> languages) |
Properties |
ArchetypeCreationConfigurator.configureArchetypeCreation(org.apache.maven.project.MavenProject project,
Boolean interactiveMode,
Properties commandLineProperties,
File propertyFile,
List<String> languages) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultArchetypeGenerationConfigurator.configureArchetype(ArchetypeGenerationRequest request,
Boolean interactiveMode,
Properties executionProperties) |
void |
ArchetypeGenerationConfigurator.configureArchetype(ArchetypeGenerationRequest request,
Boolean interactiveMode,
Properties commandLineProperties) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.