public interface Debug
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMAND_FUNCTION
For shell functions on a service register the service with the
COMMAND_SCOPE and "osgi.command.function" properties. |
static java.lang.String |
COMMAND_SCOPE
For shell functions on a service register the service with the
COMMAND_SCOPE and "osgi.command.function" properties. |
static java.lang.String |
TEST_MODE
If this framework property is set then the framework runs a test.
|
static final java.lang.String COMMAND_SCOPE
COMMAND_SCOPE and "osgi.command.function" properties. These
properties are aligned with the Felix Gogo shell.
The scope is a String that defines the main group name of the
command.
static final java.lang.String COMMAND_FUNCTION
COMMAND_SCOPE and "osgi.command.function" properties. These
properties are aligned with the Felix Gogo shell.
The function is a String+ of command names. The command names
must map to valid public methods on this service.
static final java.lang.String TEST_MODE
Copyright (c) OSGi Alliance (2014, 2016). All Rights Reserved.