public class ActivateCommandComponent extends ScrCommandSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_LABEL |
static String |
COMPONENT_NAME |
logger| Constructor and Description |
|---|
ActivateCommandComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
Class<? extends Action> |
getActionClass() |
List<Class<? extends Completer>> |
getCompleterClasses() |
void |
setScrService(org.apache.felix.scr.ScrService scrService) |
createNewAction, getCompleters, getOptionalCompleters, getScrService, unsetScrServiceexecute, getPreparator, releaseActionpublic static final String COMPONENT_NAME
public static final String COMPONENT_LABEL
public Class<? extends Action> getActionClass()
getActionClass in class ScrCommandSupportpublic List<Class<? extends Completer>> getCompleterClasses()
getCompleterClasses in class ScrCommandSupportpublic void activate()
public void deactivate()
public void setScrService(org.apache.felix.scr.ScrService scrService)
setScrService in class ScrCommandSupportCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.