org.ops4j.pax.runner.platform
Interface ServiceConstants


public interface ServiceConstants

An enumeration of constants related to platform service.

Since:
August 26, 2007
Author:
Alin Dreghiciu

Field Summary
static java.lang.String CONFIG_AUTO_WRAP
          auto wrap platform configuration property name.
static java.lang.String CONFIG_BOOT_DELEGATION
          Boot delegation property name.
static java.lang.String CONFIG_BUNDLE_START_LEVEL
          Installed bundles start level configuration property name.
static java.lang.String CONFIG_CLASSPATH
          Classpath configuration property name.
static java.lang.String CONFIG_CONSOLE
          Console configuration property name.
static java.lang.String CONFIG_DEBUG_CLASS_LOADING
          Debug class loading configuration property name.
static java.lang.String CONFIG_DEFINITION_URL
          Definition URL configuration property name.
static java.lang.String CONFIG_DOWNLOAD_FEEDBACK
          Download feeback configuration property name.
static java.lang.String CONFIG_EXECUTION_ENV
          Execution environment configuration property name.
static java.lang.String CONFIG_FRAMEWORK_PROFILE
          Framework profile configuration property name.
static java.lang.String CONFIG_JAVA_HOME
          Java home configuration property name.
static java.lang.String CONFIG_KEEP_ORIGINAL_URLS
          Use original URls property name.
static java.lang.String CONFIG_OVERWRITE
          Overwrite configuration property name.
static java.lang.String CONFIG_OVERWRITE_SYSTEM_BUNDLES
          Overwrite system bundles configuration property name.
static java.lang.String CONFIG_OVERWRITE_USER_BUNDLES
          Overwrite user bundles configuration property name.
static java.lang.String CONFIG_PROFILE_START_LEVEL
          Platform bundles start level configuration property name.
static java.lang.String CONFIG_PROFILES
          Profiles configuration property name.
static java.lang.String CONFIG_SKIP_INVALID_BUNDLES
          Skip invalid bundles property name.
static java.lang.String CONFIG_START_LEVEL
          Platform start level configuration property name.
static java.lang.String CONFIG_SYSTEM_PACKAGES
          System packages configuration property name.
static java.lang.String CONFIG_USE_ABSOLUTE_FILE_PATHS
          Use absolute file paths property name.
static java.lang.String CONFIG_USE_PERSISTED_STATE
          UsePersistedState platform configuration property name.
static java.lang.String CONFIG_VALIDATE_BUNDLES
          Validate bundles property name.
static java.lang.String CONFIG_VMOPTIONS
          Virtual Machine options configuration property name.
static java.lang.String CONFIG_WORKING_DIRECTORY
          Working directory configuration property name.
static java.lang.String PID
          Service PID used for configuration.
static java.lang.String PROPERTY_PROVIDER
          The service property name under which the platform name should be registered.
static java.lang.String PROPERTY_PROVIDER_VERSION
          The servive property name under which the platform version should be registered.
 

Field Detail

PID

static final java.lang.String PID
Service PID used for configuration.

See Also:
Constant Field Values

CONFIG_DEFINITION_URL

static final java.lang.String CONFIG_DEFINITION_URL
Definition URL configuration property name.

See Also:
Constant Field Values

CONFIG_WORKING_DIRECTORY

static final java.lang.String CONFIG_WORKING_DIRECTORY
Working directory configuration property name.

See Also:
Constant Field Values

CONFIG_CLASSPATH

static final java.lang.String CONFIG_CLASSPATH
Classpath configuration property name.

See Also:
Constant Field Values

CONFIG_VMOPTIONS

static final java.lang.String CONFIG_VMOPTIONS
Virtual Machine options configuration property name.

See Also:
Constant Field Values

CONFIG_SYSTEM_PACKAGES

static final java.lang.String CONFIG_SYSTEM_PACKAGES
System packages configuration property name.

See Also:
Constant Field Values

CONFIG_EXECUTION_ENV

static final java.lang.String CONFIG_EXECUTION_ENV
Execution environment configuration property name.

See Also:
Constant Field Values

CONFIG_PROFILES

static final java.lang.String CONFIG_PROFILES
Profiles configuration property name.

See Also:
Constant Field Values

CONFIG_FRAMEWORK_PROFILE

static final java.lang.String CONFIG_FRAMEWORK_PROFILE
Framework profile configuration property name.

See Also:
Constant Field Values

CONFIG_START_LEVEL

static final java.lang.String CONFIG_START_LEVEL
Platform start level configuration property name.

See Also:
Constant Field Values

CONFIG_PROFILE_START_LEVEL

static final java.lang.String CONFIG_PROFILE_START_LEVEL
Platform bundles start level configuration property name.

See Also:
Constant Field Values

CONFIG_BUNDLE_START_LEVEL

static final java.lang.String CONFIG_BUNDLE_START_LEVEL
Installed bundles start level configuration property name.

See Also:
Constant Field Values

CONFIG_JAVA_HOME

static final java.lang.String CONFIG_JAVA_HOME
Java home configuration property name.

See Also:
Constant Field Values

CONFIG_USE_PERSISTED_STATE

static final java.lang.String CONFIG_USE_PERSISTED_STATE
UsePersistedState platform configuration property name.

See Also:
Constant Field Values

CONFIG_AUTO_WRAP

static final java.lang.String CONFIG_AUTO_WRAP
auto wrap platform configuration property name.

See Also:
Constant Field Values

CONFIG_CONSOLE

static final java.lang.String CONFIG_CONSOLE
Console configuration property name.

See Also:
Constant Field Values

CONFIG_OVERWRITE

static final java.lang.String CONFIG_OVERWRITE
Overwrite configuration property name.

See Also:
Constant Field Values

CONFIG_DEBUG_CLASS_LOADING

static final java.lang.String CONFIG_DEBUG_CLASS_LOADING
Debug class loading configuration property name.

See Also:
Constant Field Values

CONFIG_OVERWRITE_USER_BUNDLES

static final java.lang.String CONFIG_OVERWRITE_USER_BUNDLES
Overwrite user bundles configuration property name.

See Also:
Constant Field Values

CONFIG_DOWNLOAD_FEEDBACK

static final java.lang.String CONFIG_DOWNLOAD_FEEDBACK
Download feeback configuration property name.

See Also:
Constant Field Values

CONFIG_OVERWRITE_SYSTEM_BUNDLES

static final java.lang.String CONFIG_OVERWRITE_SYSTEM_BUNDLES
Overwrite system bundles configuration property name.

See Also:
Constant Field Values

PROPERTY_PROVIDER

static final java.lang.String PROPERTY_PROVIDER
The service property name under which the platform name should be registered.

See Also:
Constant Field Values

PROPERTY_PROVIDER_VERSION

static final java.lang.String PROPERTY_PROVIDER_VERSION
The servive property name under which the platform version should be registered.

See Also:
Constant Field Values

CONFIG_BOOT_DELEGATION

static final java.lang.String CONFIG_BOOT_DELEGATION
Boot delegation property name.

See Also:
Constant Field Values

CONFIG_KEEP_ORIGINAL_URLS

static final java.lang.String CONFIG_KEEP_ORIGINAL_URLS
Use original URls property name.

See Also:
Constant Field Values

CONFIG_VALIDATE_BUNDLES

static final java.lang.String CONFIG_VALIDATE_BUNDLES
Validate bundles property name.

See Also:
Constant Field Values

CONFIG_SKIP_INVALID_BUNDLES

static final java.lang.String CONFIG_SKIP_INVALID_BUNDLES
Skip invalid bundles property name.

See Also:
Constant Field Values

CONFIG_USE_ABSOLUTE_FILE_PATHS

static final java.lang.String CONFIG_USE_ABSOLUTE_FILE_PATHS
Use absolute file paths property name.

See Also:
Constant Field Values


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.