SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class ConfigurationConstants

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.ConfigurationConstants

public final class ConfigurationConstants
extends java.lang.Object

Constants used in Processor configuration.

Author:
jschumacher

Field Summary
static java.lang.String BUNDLE_NAME
          name of bundle.
static java.lang.String CONFIGURATION_DIR
          name of configuration directory.
static java.lang.String CONFIGURATION_FILE
          name of configuration file.
static java.lang.String DEFAULT_PIPELINE_DIR
          default value for PROP_PIPELINE_DIR.
static java.lang.String PROP_PIPELINE_DIR
          configuration property name: directory of BPEL pipeline files in configuration directory = "pipeline.dir".
static java.lang.String PROP_PREFIX_ODE
          prefix of ODE configuration properties in property file.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
name of bundle. Used in configuration reading.

See Also:
Constant Field Values

CONFIGURATION_DIR

public static final java.lang.String CONFIGURATION_DIR
name of configuration directory. Hardcoded for now (or fallback), configuration properties should be received from configuration service later.

See Also:
Constant Field Values

CONFIGURATION_FILE

public static final java.lang.String CONFIGURATION_FILE
name of configuration file. Hardcoded for now (or fallback), configuration properties should be received from configuration service later.

See Also:
Constant Field Values

PROP_PIPELINE_DIR

public static final java.lang.String PROP_PIPELINE_DIR
configuration property name: directory of BPEL pipeline files in configuration directory = "pipeline.dir".

See Also:
Constant Field Values

DEFAULT_PIPELINE_DIR

public static final java.lang.String DEFAULT_PIPELINE_DIR
default value for PROP_PIPELINE_DIR.

See Also:
Constant Field Values

PROP_PREFIX_ODE

public static final java.lang.String PROP_PREFIX_ODE
prefix of ODE configuration properties in property file.

See Also:
Constant Field Values

SMILA (incubation) API documentation