| Package | Description |
|---|---|
| io.fabric8.tooling.archetype | |
| io.fabric8.tooling.archetype.catalog |
Copyright 2005-2014 Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
Archetype |
ArchetypeService.getArchetype(String gav)
Returns
Archetype by it's groupId:artifactId:version |
Archetype |
ArchetypeServiceImpl.getArchetype(String gav) |
Archetype |
ArchetypeService.getArchetypeByArtifact(String artifactId)
Returns
Archetype by it's artifactId |
Archetype |
ArchetypeServiceImpl.getArchetypeByArtifact(String artifactId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Archetype> |
ArchetypeService.listArchetypes()
Returns list of available
Archetypes |
Collection<Archetype> |
ArchetypeServiceImpl.listArchetypes() |
List<Archetype> |
ArchetypeService.listArchetypes(String filter,
boolean artifactIdOnly)
Returns list of available
Archetypes |
List<Archetype> |
ArchetypeServiceImpl.listArchetypes(String filter,
boolean artifactIdOnly) |
| Modifier and Type | Method and Description |
|---|---|
List<Archetype> |
Archetypes.getArchetypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Archetypes.add(Archetype a) |
Copyright © 2011–2015 Red Hat. All rights reserved.