org.apache.maven.archetype.generator
Interface ArchetypeSelectionQueryer
- All Known Implementing Classes:
- DefaultArchetypeSelectionQueryer
public interface ArchetypeSelectionQueryer
ROLE
static final String ROLE
confirmSelection
boolean confirmSelection(org.apache.maven.archetype.common.ArchetypeDefinition archetypeDefinition)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
selectArtifact
org.apache.maven.archetype.common.Archetype selectArtifact(List list)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
selectGroup
String selectGroup(List list)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
selectVersion
String selectVersion(List list)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.