org.apache.maven.archetype.ui
Interface ArchetypeGenerationQueryer
- All Known Implementing Classes:
- DefaultArchetypeGenerationQueryer
public interface ArchetypeGenerationQueryer
Method Summary |
boolean |
confirmConfiguration(org.apache.maven.archetype.common.ArchetypeConfiguration archetypeConfiguration)
|
java.lang.String |
getPropertyValue(java.lang.String requiredProperty,
java.lang.String defaultValue)
|
confirmConfiguration
boolean confirmConfiguration(org.apache.maven.archetype.common.ArchetypeConfiguration archetypeConfiguration)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getPropertyValue
java.lang.String getPropertyValue(java.lang.String requiredProperty,
java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.