|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.framework.internal.core.Constants
public class Constants
This interface contains the constants used by the eclipse OSGi implementation.
| Field Summary | |
|---|---|
static java.lang.String |
BUDDY_LOADER
The key used to designate the buddy loader associated with a given bundle. |
static int |
BUNDLE_ACTIVATION_POLICY
|
static int |
BUNDLE_LAZY_START
Lazy start flag bundle status |
static int |
BUNDLE_STARTED
Persistent start bundle status |
static java.lang.String |
DEFAULT_OSGI_PROPERTIES
|
static java.lang.String |
DEVELOPMENT_MODE
|
static java.lang.String |
ECLIPSE_AUTOSTART
Deprecated. use ECLIPSE_LAZYSTART |
static java.lang.String |
ECLIPSE_AUTOSTART_EXCEPTIONS
Deprecated. use ECLIPSE_LAZYSTART_EXCEPTIONS |
static java.lang.String |
Eclipse_JREBUNDLE
|
static java.lang.String |
ECLIPSE_LAZYSTART
Manifest header used to specify the lazy start properties of a bundle |
static java.lang.String |
ECLIPSE_LAZYSTART_EXCEPTIONS
An Eclipse-LazyStart attribute used to specify exception classes for auto start |
static java.lang.String |
ECLIPSE_PLATFORMFILTER
|
static java.lang.String |
ECLIPSE_SYSTEMBUNDLE
Eclipse-SystemBundle header |
static java.lang.String |
FRIENDS_DIRECTIVE
Manifest Export-Package directive indicating that the exported package should only be made available to friends of the exporting bundle. |
static java.lang.String |
INTERNAL_DIRECTIVE
Manifest Export-Package directive indicating that the exported package should only be made available when the resolver is not in strict mode. |
static java.lang.String |
INTERNAL_HANDLER_PKGS
|
static java.lang.String |
J2ME_MICROEDITION_CONFIGURATION
J2ME configuration property name |
static java.lang.String |
J2ME_MICROEDITION_PROFILES
J2ME profile property name |
static java.lang.String |
JVM_OS_ARCH
JVM os.arch property name |
static java.lang.String |
JVM_OS_NAME
JVM os.name property name |
static java.lang.String |
JVM_OS_VERSION
JVM os.version property name |
static java.lang.String |
JVM_USER_LANGUAGE
JVM user.language property name |
static java.lang.String |
JVM_USER_REGION
JVM user.region property name |
static java.lang.String |
JVM_VM_NAME
JVM java.vm.name property name |
static java.lang.String |
OPTIONAL_ATTRIBUTE
Deprecated. |
static java.lang.String |
OSGI_BASE_IMPLIED_PERMISSIONS
Base implied permissions for all bundles |
static java.lang.String |
OSGI_BOOTDELEGATION_IGNORE
indicates that the org.osgi.framework.bootdelegation in the java profile should be ingored |
static java.lang.String |
OSGI_BOOTDELEGATION_NONE
indicates that the org.osgi.framework.bootdelegation in the java profile AND the system properties should be ignored |
static java.lang.String |
OSGI_BOOTDELEGATION_OVERRIDE
indicates that the org.osgi.framework.bootdelegation in the java profile should override the system property |
static java.lang.String |
OSGI_BUNDLE_MANIFEST
Bundle manifest name |
static java.lang.String |
OSGI_COMPATIBILITY_BOOTDELEGATION
|
static java.lang.String |
OSGI_DEFAULT_DEFAULT_PERMISSIONS
Default permissions for bundles with no permission set and there are no default permissions set. |
static java.lang.String |
OSGI_ENTRY_URL_PROTOCOL
Bundle entry URL protocol |
static java.lang.String |
OSGI_FRAMEWORK_PACKAGE
OSGi framework package name. |
static java.lang.String |
OSGI_FRAMEWORK_VENDOR
Framework vendor |
static java.lang.String |
OSGI_FRAMEWORK_VERSION
Default framework version |
static java.lang.String |
OSGI_IMPL_VERSION_KEY
OSGI implementation version properties key |
static java.lang.String |
OSGI_JAVA_PROFILE
OSGi java profile; used to give a URL to a java profile |
static java.lang.String |
OSGI_JAVA_PROFILE_BOOTDELEGATION
OSGi java profile bootdelegation; used to indicate how the org.osgi.framework.bootdelegation property defined in the java profile should be processed, (ingnore, override, none). |
static java.lang.String |
OSGI_JAVA_PROFILE_NAME
|
static java.lang.String |
OSGI_LOGSERVICE_NAME
Name of OSGi LogService |
static java.lang.String |
OSGI_OSNAME_ALIASES
OS name aliases resource |
static java.lang.String |
OSGI_PACKAGEADMIN_NAME
Name of OSGi PackageAdmin |
static java.lang.String |
OSGI_PERMISSIONADMIN_NAME
Name of OSGi PermissionAdmin |
static java.lang.String |
OSGI_PROCESSOR_ALIASES
Processor aliases resource |
static java.lang.String |
OSGI_PROPERTIES
Property file locations and default names. |
static java.lang.String |
OSGI_RESOLVER_MODE
OSGi strict delegation |
static java.lang.String |
OSGI_RESOURCE_URL_PROTOCOL
Bundle resource URL protocol |
static java.lang.String |
OSGI_STARTLEVEL_NAME
Name of OSGi StartLevel |
static java.lang.String |
PLUGIN_CLASS
|
static java.lang.String |
PROP_OSGI_RELAUNCH
|
static java.lang.String |
PROVIDE_PACKAGE
Deprecated. |
static java.lang.String |
REFRESH_DUPLICATE_BSN
Framework launching property specifying whether Equinox's FrameworkWiring implementation should refresh bundles with equal symbolic names. |
static java.lang.String |
REGISTERED_POLICY
|
static java.lang.String |
REPROVIDE_ATTRIBUTE
Deprecated. |
static java.lang.String |
STATE_SYSTEM_BUNDLE
|
static java.lang.String |
STRICT_MODE
|
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getInternalSymbolicName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OSGI_FRAMEWORK_VERSION
public static final java.lang.String OSGI_FRAMEWORK_VENDOR
public static final java.lang.String OSGI_BUNDLE_MANIFEST
public static final java.lang.String OSGI_FRAMEWORK_PACKAGE
public static final java.lang.String OSGI_RESOURCE_URL_PROTOCOL
public static final java.lang.String OSGI_ENTRY_URL_PROTOCOL
public static final java.lang.String OSGI_PROCESSOR_ALIASES
public static final java.lang.String OSGI_OSNAME_ALIASES
public static final java.lang.String OSGI_DEFAULT_DEFAULT_PERMISSIONS
public static final java.lang.String OSGI_BASE_IMPLIED_PERMISSIONS
public static final java.lang.String OSGI_LOGSERVICE_NAME
public static final java.lang.String OSGI_PACKAGEADMIN_NAME
public static final java.lang.String OSGI_PERMISSIONADMIN_NAME
public static final java.lang.String OSGI_STARTLEVEL_NAME
public static final java.lang.String JVM_VM_NAME
public static final java.lang.String JVM_OS_ARCH
public static final java.lang.String JVM_OS_NAME
public static final java.lang.String JVM_OS_VERSION
public static final java.lang.String JVM_USER_LANGUAGE
public static final java.lang.String JVM_USER_REGION
public static final java.lang.String J2ME_MICROEDITION_CONFIGURATION
public static final java.lang.String J2ME_MICROEDITION_PROFILES
public static final int BUNDLE_STARTED
public static final int BUNDLE_LAZY_START
public static final int BUNDLE_ACTIVATION_POLICY
public static final java.lang.String OSGI_PROPERTIES
public static final java.lang.String DEFAULT_OSGI_PROPERTIES
public static final java.lang.String OSGI_IMPL_VERSION_KEY
public static final java.lang.String OSGI_JAVA_PROFILE
public static final java.lang.String OSGI_JAVA_PROFILE_NAME
public static final java.lang.String OSGI_JAVA_PROFILE_BOOTDELEGATION
public static final java.lang.String OSGI_BOOTDELEGATION_IGNORE
public static final java.lang.String OSGI_BOOTDELEGATION_OVERRIDE
public static final java.lang.String OSGI_BOOTDELEGATION_NONE
public static final java.lang.String OSGI_RESOLVER_MODE
public static final java.lang.String STRICT_MODE
public static final java.lang.String DEVELOPMENT_MODE
public static final java.lang.String STATE_SYSTEM_BUNDLE
public static final java.lang.String PROP_OSGI_RELAUNCH
public static java.lang.String OSGI_COMPATIBILITY_BOOTDELEGATION
public static final java.lang.String ECLIPSE_SYSTEMBUNDLE
public static final java.lang.String ECLIPSE_PLATFORMFILTER
public static final java.lang.String Eclipse_JREBUNDLE
public static final java.lang.String INTERNAL_DIRECTIVE
public static final java.lang.String FRIENDS_DIRECTIVE
public static final java.lang.String PROVIDE_PACKAGE
NOTE: this is only used for backwards compatibility, bundles manifest using syntax version 2 will not recognize this header.
The attribute value may be retrieved from the Dictionary object returned by the Bundle.getHeaders method.
public static final java.lang.String REPROVIDE_ATTRIBUTE
The attribute value is encoded in the Require-Bundle manifest header like:
Require-Bundle: com.acme.module.test; reprovide="true"
NOTE: this is only used for backwards compatibility, bundles manifest using syntax version 2 will not recognize this attribute.
public static final java.lang.String OPTIONAL_ATTRIBUTE
The attribute value is encoded in the Require-Bundle manifest header like:
Require-Bundle: com.acme.module.test; optional="true"
NOTE: this is only used for backwards compatibility, bundles manifest using syntax version 2 will not recognize this attribute.
public static final java.lang.String BUDDY_LOADER
public static final java.lang.String REGISTERED_POLICY
public static final java.lang.String INTERNAL_HANDLER_PKGS
public static final java.lang.String PLUGIN_CLASS
public static final java.lang.String ECLIPSE_LAZYSTART
public static final java.lang.String ECLIPSE_LAZYSTART_EXCEPTIONS
public static final java.lang.String ECLIPSE_AUTOSTART
ECLIPSE_LAZYSTART
public static final java.lang.String ECLIPSE_AUTOSTART_EXCEPTIONS
ECLIPSE_LAZYSTART_EXCEPTIONSpublic static final java.lang.String REFRESH_DUPLICATE_BSN
Default value is TRUE in this release of the Equinox. This default may change to FALSE in a future Equinox release. Therefore, code must not assume the default behavior is TRUE and should interrogate the value of this property to determine the behavior.
The value of this property may be retrieved by calling the
BundleContext.getProperty method.
| Constructor Detail |
|---|
public Constants()
| Method Detail |
|---|
public static java.lang.String getInternalSymbolicName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||