org.apache.maven.archetype.creator
Class FilesetArchetypeCreator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.archetype.creator.FilesetArchetypeCreator
- All Implemented Interfaces:
- ArchetypeCreator, org.codehaus.plexus.logging.LogEnabled
public class FilesetArchetypeCreator
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements ArchetypeCreator
Method Summary |
void |
createArchetype(org.apache.maven.project.MavenProject project,
File propertyFile,
List languages,
List filtereds,
String defaultEncoding,
boolean ignoreReplica,
File archetypeRegistryFile)
|
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilesetArchetypeCreator
public FilesetArchetypeCreator()
createArchetype
public void createArchetype(org.apache.maven.project.MavenProject project,
File propertyFile,
List languages,
List filtereds,
String defaultEncoding,
boolean ignoreReplica,
File archetypeRegistryFile)
throws IOException,
org.apache.maven.archetype.exception.ArchetypeNotDefined,
org.apache.maven.archetype.exception.ArchetypeNotConfigured,
org.apache.maven.archetype.exception.TemplateCreationException,
org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Specified by:
createArchetype
in interface ArchetypeCreator
- Throws:
IOException
org.apache.maven.archetype.exception.ArchetypeNotDefined
org.apache.maven.archetype.exception.ArchetypeNotConfigured
org.apache.maven.archetype.exception.TemplateCreationException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.