Interface ArchetypeCreationConfigurator
- All Known Implementing Classes:
DefaultArchetypeCreationConfigurator
public interface ArchetypeCreationConfigurator
Configurator component to organize steps for archetype creation from a project.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionconfigureArchetypeCreation
(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages)
-
Field Details
-
ROLE
-
-
Method Details
-
configureArchetypeCreation
Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages) throws FileNotFoundException, IOException, ArchetypeNotDefined, ArchetypeNotConfigured, org.codehaus.plexus.components.interactivity.PrompterException, TemplateCreationException - Throws:
FileNotFoundException
IOException
ArchetypeNotDefined
ArchetypeNotConfigured
org.codehaus.plexus.components.interactivity.PrompterException
TemplateCreationException
-