Package | Description |
---|---|
org.apache.maven.archetype | |
org.apache.maven.archetype.catalog | |
org.apache.maven.archetype.source | |
org.apache.maven.archetype.ui.generation |
User Interaction for project creation from an archetype.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultArchetypeManager.updateLocalCatalog(Archetype archetype) |
void |
ArchetypeManager.updateLocalCatalog(Archetype archetype) |
void |
DefaultArchetypeManager.updateLocalCatalog(Archetype archetype,
String path) |
void |
ArchetypeManager.updateLocalCatalog(Archetype archetype,
String path) |
Constructor and Description |
---|
ArchetypeGenerationRequest(Archetype archetype) |
Modifier and Type | Method and Description |
---|---|
List<Archetype> |
ArchetypeCatalog.getArchetypes()
Method getArchetypes.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchetypeCatalog.addArchetype(Archetype archetype)
Method addArchetype.
|
void |
ArchetypeCatalog.removeArchetype(Archetype archetype)
Method removeArchetype.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchetypeCatalog.setArchetypes(List<Archetype> archetypes)
Set list of Acthetypes available in this catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogArchetypeDataSource.updateCatalog(Properties properties,
Archetype archetype) |
void |
ArchetypeDataSource.updateCatalog(Properties properties,
Archetype archetype) |
void |
RemoteCatalogArchetypeDataSource.updateCatalog(Properties properties,
Archetype archetype) |
Modifier and Type | Method and Description |
---|---|
void |
ArchetypeDataSink.putArchetypes(List<Archetype> archetypes,
Writer writer) |
void |
CatalogArchetypeDataSink.putArchetypes(List<Archetype> archetypes,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
Archetype |
ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> map) |
Archetype |
DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs) |
Archetype |
ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> archetypes,
ArchetypeDefinition defaultDefinition)
Select an archetype from the given map.
|
Archetype |
DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs,
ArchetypeDefinition defaultDefinition) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Archetype>> |
ArchetypeSelectorUtils.getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog,
String filter)
apply some filtering on archetypes.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Archetype>> |
ArchetypeSelectorUtils.getFilteredArchetypesByCatalog(Map<String,List<Archetype>> archetypesPerCatalog,
String filter)
apply some filtering on archetypes.
|
Archetype |
ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> map) |
Archetype |
DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs) |
Archetype |
ArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> archetypes,
ArchetypeDefinition defaultDefinition)
Select an archetype from the given map.
|
Archetype |
DefaultArchetypeSelectionQueryer.selectArchetype(Map<String,List<Archetype>> catalogs,
ArchetypeDefinition defaultDefinition) |
Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.