org.apache.maven.archetype.ui
Interface ArchetypeCreationConfigurator

All Known Implementing Classes:
DefaultArchetypeCreationConfigurator

public interface ArchetypeCreationConfigurator


Field Summary
static String ROLE
           
 
Method Summary
 Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List languages)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

configureArchetypeCreation

Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project,
                                      Boolean interactiveMode,
                                      Properties commandLineProperties,
                                      File propertyFile,
                                      List 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-2010 The Apache Software Foundation. All Rights Reserved.