public interface ArchetypeService extends ArchetypeServiceMXBean
| Modifier and Type | Method and Description |
|---|---|
Archetype |
getArchetype(String gav)
Returns
Archetype by it's groupId:artifactId:version |
Archetype |
getArchetypeByArtifact(String artifactId)
Returns
Archetype by it's artifactId |
Collection<Archetype> |
listArchetypes()
Returns list of available
Archetypes |
List<Archetype> |
listArchetypes(String filter,
boolean artifactIdOnly)
Returns list of available
Archetypes |
listArchetypeGAVsCollection<Archetype> listArchetypes()
ArchetypesList<Archetype> listArchetypes(String filter, boolean artifactIdOnly)
Archetypesfilter - filter text to use in filterartifactIdOnly - whether to filter using the artifactId onlyArchetype getArchetype(String gav)
Archetype by it's groupId:artifactId:versionCopyright © 2011–2014 Red Hat. All rights reserved.