org.apache.maven.archetype.ui.creation
Interface ArchetypeCreationConfigurator

All Known Implementing Classes:
DefaultArchetypeCreationConfigurator

public interface ArchetypeCreationConfigurator

Configurator component to organize steps for archetype creation from a project.


Field Summary
static String ROLE
           
 
Method Summary
 Properties configureArchetypeCreation(MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

configureArchetypeCreation

Properties configureArchetypeCreation(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


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.