class ScrGogoCommand
extends java.lang.Object
ScrGogoCommand implements the Apache Felix Gogo Shell
commands for the Apache Felix Declarative Services implementations. Supported
commands are:
scr:listscr:infoscr:enablescr:disablescr:configThis class uses Java 5 annotations to provide descriptions for the commands and arguments. Thus the class must be compiled with Java 5 enabled and thus the commands will only be available in Java 5 or higher VMs.
| Modifier and Type | Field and Description |
|---|---|
private ScrCommand |
scrCommand |
| Constructor and Description |
|---|
ScrGogoCommand(ScrCommand scrCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
config() |
void |
disable(java.lang.String componentIdentifier) |
void |
enable(java.lang.String componentIdentifier) |
void |
info(java.lang.String componentIdentifier) |
void |
list() |
void |
list(java.lang.String bundleIdentifier) |
private final ScrCommand scrCommand
public ScrGogoCommand(ScrCommand scrCommand)
public void list()
public void list(java.lang.String bundleIdentifier)
public void info(java.lang.String componentIdentifier)
public void enable(java.lang.String componentIdentifier)
public void disable(java.lang.String componentIdentifier)
public void config()