org.apache.maven.archetype.ui
Interface ArchetypeGenerationQueryer

All Known Implementing Classes:
DefaultArchetypeGenerationQueryer

public interface ArchetypeGenerationQueryer


Method Summary
 boolean confirmConfiguration(ArchetypeConfiguration archetypeConfiguration)
           
 String getPropertyValue(String requiredProperty, String defaultValue)
           
 

Method Detail

confirmConfiguration

boolean confirmConfiguration(ArchetypeConfiguration archetypeConfiguration)
                             throws org.codehaus.plexus.components.interactivity.PrompterException
Throws:
org.codehaus.plexus.components.interactivity.PrompterException

getPropertyValue

String getPropertyValue(String requiredProperty,
                        String defaultValue)
                        throws org.codehaus.plexus.components.interactivity.PrompterException
Throws:
org.codehaus.plexus.components.interactivity.PrompterException


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.