public interface ArchetypeSelectionQueryer
| Modifier and Type | Method and Description |
|---|---|
boolean |
confirmSelection(ArchetypeDefinition archetypeDefinition) |
Archetype |
selectArchetype(Map<String,List<Archetype>> map) |
Archetype |
selectArchetype(Map<String,List<Archetype>> archetypes,
ArchetypeDefinition defaultDefinition)
Select an archetype from the given map.
|
static final String ROLE
Archetype selectArchetype(Map<String,List<Archetype>> map) throws org.codehaus.plexus.components.interactivity.PrompterException
org.codehaus.plexus.components.interactivity.PrompterExceptionboolean confirmSelection(ArchetypeDefinition archetypeDefinition) throws org.codehaus.plexus.components.interactivity.PrompterException
org.codehaus.plexus.components.interactivity.PrompterExceptionArchetype selectArchetype(Map<String,List<Archetype>> archetypes, ArchetypeDefinition defaultDefinition) throws org.codehaus.plexus.components.interactivity.PrompterException
archetypes - the archetypes to choose fromdefaultDefinition - the default archetype, if present in the maporg.codehaus.plexus.components.interactivity.PrompterException - if there is a problem in making a
selectionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.