Interface ArchetypeCreationConfigurator
-
- All Known Implementing Classes:
DefaultArchetypeCreationConfigurator
public interface ArchetypeCreationConfiguratorConfigurator component to organize steps for archetype creation from a project.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.PropertiesconfigureArchetypeCreation(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)
-
-
-
Method Detail
-
configureArchetypeCreation
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- Throws:
java.io.FileNotFoundExceptionjava.io.IOExceptionArchetypeNotDefinedArchetypeNotConfiguredorg.codehaus.plexus.components.interactivity.PrompterExceptionTemplateCreationException
-
-