org.apache.maven.archetype.ui
Class DefaultArchetypeGenerationConfigurator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.archetype.ui.DefaultArchetypeGenerationConfigurator
- All Implemented Interfaces:
- ArchetypeGenerationConfigurator, org.codehaus.plexus.logging.LogEnabled
public class DefaultArchetypeGenerationConfigurator
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements ArchetypeGenerationConfigurator
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 |
DefaultArchetypeGenerationConfigurator
public DefaultArchetypeGenerationConfigurator()
setArchetypeArtifactManager
public void setArchetypeArtifactManager(ArchetypeArtifactManager archetypeArtifactManager)
configureArchetype
public void configureArchetype(ArchetypeGenerationRequest request,
java.lang.Boolean interactiveMode,
java.util.Properties executionProperties)
throws ArchetypeNotDefined,
UnknownArchetype,
ArchetypeNotConfigured,
java.io.IOException,
org.codehaus.plexus.components.interactivity.PrompterException,
ArchetypeGenerationConfigurationFailure
- Specified by:
configureArchetype
in interface ArchetypeGenerationConfigurator
- Throws:
ArchetypeNotDefined
UnknownArchetype
ArchetypeNotConfigured
java.io.IOException
org.codehaus.plexus.components.interactivity.PrompterException
ArchetypeGenerationConfigurationFailure
Copyright © 2007-2008 Apache Software Foundation. All Rights Reserved.