org.apache.maven.archetype.generator
Interface ArchetypeSelectionQueryer

All Known Implementing Classes:
DefaultArchetypeSelectionQueryer

public interface ArchetypeSelectionQueryer


Field Summary
static String ROLE
           
 
Method Summary
 boolean confirmSelection(ArchetypeDefinition archetypeDefinition)
           
 Archetype selectArtifact(List list)
           
 String selectGroup(List list)
           
 String selectVersion(List list)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

confirmSelection

boolean confirmSelection(ArchetypeDefinition archetypeDefinition)
                         throws org.codehaus.plexus.components.interactivity.PrompterException
Throws:
org.codehaus.plexus.components.interactivity.PrompterException

selectArtifact

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