org.apache.maven.archetype.creator
Interface ArchetypeCreationConfigurator

All Known Implementing Classes:
DefaultArchetypeCreationConfigurator

public interface ArchetypeCreationConfigurator


Field Summary
static String ROLE
           
 
Method Summary
 void 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

void 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-2011 Apache Software Foundation. All Rights Reserved.