com.buglabs.util
Interface BugBundleConstants


public interface BugBundleConstants

Constants relating to bundles.


Field Summary
static java.lang.String BUG_BUNDLE_APPLICATION
          A module designated as an application.
static java.lang.String BUG_BUNDLE_CORE
          A designation for core runtime bundles that provide core services.
static java.lang.String BUG_BUNDLE_MODULE
          A module desginated as a Module bundle, providing module services.
static java.lang.String BUG_BUNDLE_MODULE_ID
          The Module ID header as presented by the BMI bus.
static java.lang.String BUG_BUNDLE_MODULE_VERSION
          This header represents the version of the hardware module.
static java.lang.String BUG_BUNDLE_SLOT_ID_HEADER
          The slot ID the module is connected to.
static java.lang.String BUG_BUNDLE_TYPE_HEADER
          Header to define and describe the type of bundle in the bug context.
 

Field Detail

BUG_BUNDLE_CORE

static final java.lang.String BUG_BUNDLE_CORE
A designation for core runtime bundles that provide core services.

See Also:
Constant Field Values

BUG_BUNDLE_MODULE

static final java.lang.String BUG_BUNDLE_MODULE
A module desginated as a Module bundle, providing module services.

See Also:
Constant Field Values

BUG_BUNDLE_APPLICATION

static final java.lang.String BUG_BUNDLE_APPLICATION
A module designated as an application.

See Also:
Constant Field Values

BUG_BUNDLE_TYPE_HEADER

static final java.lang.String BUG_BUNDLE_TYPE_HEADER
Header to define and describe the type of bundle in the bug context.

See Also:
Constant Field Values

BUG_BUNDLE_SLOT_ID_HEADER

static final java.lang.String BUG_BUNDLE_SLOT_ID_HEADER
The slot ID the module is connected to.

See Also:
Constant Field Values

BUG_BUNDLE_MODULE_VERSION

static final java.lang.String BUG_BUNDLE_MODULE_VERSION
This header represents the version of the hardware module.

See Also:
Constant Field Values

BUG_BUNDLE_MODULE_ID

static final java.lang.String BUG_BUNDLE_MODULE_ID
The Module ID header as presented by the BMI bus.

See Also:
Constant Field Values