org.apache.maven.archetype.ui.generation
Interface ArchetypeGenerationQueryer

All Known Implementing Classes:
DefaultArchetypeGenerationQueryer

public interface ArchetypeGenerationQueryer

User interaction component to query informations necessary for a project generation from an archetype.


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