ch.jm.osgi.util.bundle 1.0.0

ch.jm.osgi.util.bundle
Interface BundleConstants

All Known Implementing Classes:
BundleManifestBuilder, BundleManifestTask, ConvertJarToBundleTask, DescriptorParser, LoadBundleDescriptorTask

public interface BundleConstants

Constants for manifest entries in OSGi bundles.


Field Summary
static java.lang.String BUNDLE_ACTIVATOR
          the "Bundle-Activator" constant
static java.lang.String BUNDLE_CATEGORY
          the "Bundle-Category" constant
static java.lang.String BUNDLE_CLASSPATH
          the "Bundle-Classpath" constant
static java.lang.String BUNDLE_DESCRIPTION
          the "Bundle-Description" constant
static java.lang.String BUNDLE_MANIFEST_VERSION
          the "Bundle-ManifestVersion" constant
static java.lang.String BUNDLE_NAME
          the "Bundle-Name" constant
static java.lang.String BUNDLE_SYMBOLIC_NAME
          the "Bundle-SymbolicName" constant
static java.lang.String BUNDLE_VERSION
          the "Bundle-Version" constant
static java.lang.String EXPORT_PACKAGE
          the "Export-Package" constant
static java.lang.String IMPORT_PACKAGE
          the "Import-Package" constant
 

Field Detail

IMPORT_PACKAGE

static final java.lang.String IMPORT_PACKAGE
the "Import-Package" constant

See Also:
Constant Field Values

EXPORT_PACKAGE

static final java.lang.String EXPORT_PACKAGE
the "Export-Package" constant

See Also:
Constant Field Values

BUNDLE_CLASSPATH

static final java.lang.String BUNDLE_CLASSPATH
the "Bundle-Classpath" constant

See Also:
Constant Field Values

BUNDLE_ACTIVATOR

static final java.lang.String BUNDLE_ACTIVATOR
the "Bundle-Activator" constant

See Also:
Constant Field Values

BUNDLE_VERSION

static final java.lang.String BUNDLE_VERSION
the "Bundle-Version" constant

See Also:
Constant Field Values

BUNDLE_NAME

static final java.lang.String BUNDLE_NAME
the "Bundle-Name" constant

See Also:
Constant Field Values

BUNDLE_DESCRIPTION

static final java.lang.String BUNDLE_DESCRIPTION
the "Bundle-Description" constant

See Also:
Constant Field Values

BUNDLE_SYMBOLIC_NAME

static final java.lang.String BUNDLE_SYMBOLIC_NAME
the "Bundle-SymbolicName" constant

See Also:
Constant Field Values

BUNDLE_CATEGORY

static final java.lang.String BUNDLE_CATEGORY
the "Bundle-Category" constant

See Also:
Constant Field Values

BUNDLE_MANIFEST_VERSION

static final java.lang.String BUNDLE_MANIFEST_VERSION
the "Bundle-ManifestVersion" constant

See Also:
Constant Field Values

ch.jm.osgi.util.bundle 1.0.0

Copyright 2009-2010 Jeremias M?rki. All Rights Reserved.