org.apache.maven.archetype.creator
Class FilesetArchetypeCreator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by 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


Field Summary
 
Fields inherited from interface org.apache.maven.archetype.creator.ArchetypeCreator
ROLE
 
Constructor Summary
FilesetArchetypeCreator()
           
 
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
 

Constructor Detail

FilesetArchetypeCreator

public FilesetArchetypeCreator()
Method Detail

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