public interface ArchetypeCreationConfigurator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
configureArchetypeCreation(org.apache.maven.project.MavenProject project,
java.lang.Boolean interactiveMode,
java.util.Properties commandLineProperties,
java.io.File propertyFile,
java.util.List<java.lang.String> languages) |
java.util.Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project,
java.lang.Boolean interactiveMode,
java.util.Properties commandLineProperties,
java.io.File propertyFile,
java.util.List<java.lang.String> languages)
throws java.io.FileNotFoundException,
java.io.IOException,
ArchetypeNotDefined,
ArchetypeNotConfigured,
org.codehaus.plexus.components.interactivity.PrompterException,
TemplateCreationException
java.io.FileNotFoundExceptionjava.io.IOExceptionArchetypeNotDefinedArchetypeNotConfiguredorg.codehaus.plexus.components.interactivity.PrompterExceptionTemplateCreationException