org.apache.maven.archetype.ui
Class DefaultArchetypeCreationConfigurator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.archetype.ui.DefaultArchetypeCreationConfigurator
- All Implemented Interfaces:
- ArchetypeCreationConfigurator, org.codehaus.plexus.logging.LogEnabled
public class DefaultArchetypeCreationConfigurator
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements ArchetypeCreationConfigurator
Method Summary |
java.util.Properties |
configureArchetypeCreation(org.apache.maven.project.MavenProject project,
java.lang.Boolean interactiveMode,
java.util.Properties commandLineProperties,
java.io.File propertyFile,
java.util.List languages)
|
void |
readProperties(java.util.Properties properties,
java.io.File propertyFile)
|
void |
writeProperties(java.util.Properties properties,
java.io.File propertyFile)
|
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 |
DefaultArchetypeCreationConfigurator
public DefaultArchetypeCreationConfigurator()
configureArchetypeCreation
public java.util.Properties configureArchetypeCreation(org.apache.maven.project.MavenProject project,
java.lang.Boolean interactiveMode,
java.util.Properties commandLineProperties,
java.io.File propertyFile,
java.util.List languages)
throws java.io.IOException,
ArchetypeNotDefined,
ArchetypeNotConfigured,
org.codehaus.plexus.components.interactivity.PrompterException,
TemplateCreationException
- Specified by:
configureArchetypeCreation
in interface ArchetypeCreationConfigurator
- Throws:
java.io.IOException
ArchetypeNotDefined
ArchetypeNotConfigured
org.codehaus.plexus.components.interactivity.PrompterException
TemplateCreationException
readProperties
public void readProperties(java.util.Properties properties,
java.io.File propertyFile)
throws java.io.IOException
- Throws:
java.io.IOException
writeProperties
public void writeProperties(java.util.Properties properties,
java.io.File propertyFile)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007-2008 Apache Software Foundation. All Rights Reserved.