@Component(role=ArchetypeGenerationQueryer.class, hint="default") public class DefaultArchetypeGenerationQueryer extends org.codehaus.plexus.logging.AbstractLogEnabled implements ArchetypeGenerationQueryer
| Modifier and Type | Field and Description |
|---|---|
private org.codehaus.plexus.components.interactivity.Prompter |
prompter |
| Constructor and Description |
|---|
DefaultArchetypeGenerationQueryer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
confirmConfiguration(ArchetypeConfiguration archetypeConfiguration) |
java.lang.String |
getPropertyValue(java.lang.String requiredProperty,
java.lang.String defaultValue) |
@Requirement private org.codehaus.plexus.components.interactivity.Prompter prompter
public boolean confirmConfiguration(ArchetypeConfiguration archetypeConfiguration) throws org.codehaus.plexus.components.interactivity.PrompterException
confirmConfiguration in interface ArchetypeGenerationQueryerorg.codehaus.plexus.components.interactivity.PrompterExceptionpublic java.lang.String getPropertyValue(java.lang.String requiredProperty,
java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
getPropertyValue in interface ArchetypeGenerationQueryerorg.codehaus.plexus.components.interactivity.PrompterException