Class DefaultArchetypeCreationConfigurator
java.lang.Object
org.apache.maven.archetype.ui.creation.DefaultArchetypeCreationConfigurator
- All Implemented Interfaces:
ArchetypeCreationConfigurator
@Named("default")
@Singleton
public class DefaultArchetypeCreationConfigurator
extends Object
implements ArchetypeCreationConfigurator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigureArchetypeCreation(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages)
-
Constructor Details
-
DefaultArchetypeCreationConfigurator
public DefaultArchetypeCreationConfigurator()
-
-
Method Details
-
configureArchetypeCreation
public Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages) throws IOException, ArchetypeNotDefined, ArchetypeNotConfigured, org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
configureArchetypeCreationin interfaceArchetypeCreationConfigurator- Throws:
IOExceptionArchetypeNotDefinedArchetypeNotConfiguredorg.codehaus.plexus.components.interactivity.PrompterException
-