@Service(value={org.apache.felix.service.command.Function.class,org.apache.felix.gogo.commands.basic.AbstractCommand.class})
@Properties(value={@Property(name="osgi.command.scope",value="fabric"),@Property(name="osgi.command.function",value="list-archetypes")})
public class ListArchetypes
extends io.fabric8.boot.commands.support.AbstractCommandComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
FUNCTION_VALUE |
static String |
SCOPE_VALUE |
| Constructor and Description |
|---|
ListArchetypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindArchetypeService(io.fabric8.tooling.archetype.ArchetypeService archetypeService) |
org.apache.felix.gogo.commands.Action |
createNewAction() |
void |
unbindArchetypeService(io.fabric8.tooling.archetype.ArchetypeService archetypeService) |
activateComponent, assertValid, bindCompleter, bindOptionalCompleter, bindOptionalCompleter, deactivateComponent, getCompleters, getOptionalCompleters, isValid, unbindCompleter, unbindOptionalCompleter, unbindOptionalCompleterexecute, getActionClass, getPreparator, releaseActionpublic static final String SCOPE_VALUE
public static final String FUNCTION_VALUE
public static final String DESCRIPTION
public org.apache.felix.gogo.commands.Action createNewAction()
createNewAction in class org.apache.felix.gogo.commands.basic.AbstractCommandpublic void bindArchetypeService(io.fabric8.tooling.archetype.ArchetypeService archetypeService)
public void unbindArchetypeService(io.fabric8.tooling.archetype.ArchetypeService archetypeService)
Copyright © 2011–2014 Red Hat. All rights reserved.