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

All Known Implementing Classes:
DefaultArchetypeSelector

public interface ArchetypeSelector

Selection component to organize steps to choose an archetype.


Field Summary
static String ROLE
           
 
Method Summary
 void selectArchetype(ArchetypeGenerationRequest request, Boolean interactiveMode, String catalogs)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

selectArchetype

void selectArchetype(ArchetypeGenerationRequest request,
                     Boolean interactiveMode,
                     String catalogs)
                     throws ArchetypeNotDefined,
                            UnknownArchetype,
                            UnknownGroup,
                            IOException,
                            org.codehaus.plexus.components.interactivity.PrompterException,
                            ArchetypeSelectionFailure
Throws:
ArchetypeNotDefined
UnknownArchetype
UnknownGroup
IOException
org.codehaus.plexus.components.interactivity.PrompterException
ArchetypeSelectionFailure


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.