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,
                                       org.apache.maven.archetype.exception.ArchetypeNotDefined,
                                       org.apache.maven.archetype.exception.ArchetypeNotConfigured,
                                       org.codehaus.plexus.components.interactivity.PrompterException,
                                       org.apache.maven.archetype.exception.TemplateCreationException
Throws:
FileNotFoundException
IOException
org.apache.maven.archetype.exception.ArchetypeNotDefined
org.apache.maven.archetype.exception.ArchetypeNotConfigured
org.codehaus.plexus.components.interactivity.PrompterException
org.apache.maven.archetype.exception.TemplateCreationException


Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.