com.pentagaia.tb.start
Interface IConfigurationProperties


public interface IConfigurationProperties

Constants used by the configuration properties file.

Since:
0.1.0
Version:
0.1.0
Author:
mepeisen

Field Summary
static String BOOT_PATH
          A boot path to load additional jar files.
static String CLASSLOADER_GLOBALS
          A comma seperated list containing classloader rules for global classes.
static String ENABLE_CLASSLOADER_WARNINGS
          A flag to enable class loader warnings (classes that are not found).
static String NLS
          Name space of constants and properties
static String SECURED_PROVIDERS
          If set this property contains a list of secure IPdsKernelProvider implementations.
 

Field Detail

NLS

static final String NLS
Name space of constants and properties

See Also:
Constant Field Values

BOOT_PATH

static final String BOOT_PATH
A boot path to load additional jar files. If this property is found the startup will try to load all jars found in this directory. Every jar file that installs kernel extensions must be found at the bootstrap class loader or within this folder. The sgs default jar files and the native libraries must be always available by the bootstrap class loader.

See Also:
Constant Field Values

SECURED_PROVIDERS

static final String SECURED_PROVIDERS
If set this property contains a list of secure IPdsKernelProvider implementations. If this property is found the kernel manager will only allow provider classes listed in this property. Multiple providers are separated by ';'.

See Also:
Constant Field Values

ENABLE_CLASSLOADER_WARNINGS

static final String ENABLE_CLASSLOADER_WARNINGS
A flag to enable class loader warnings (classes that are not found). This may be used in development stage to see if the class loader messed up with classes.

See Also:
Constant Field Values

CLASSLOADER_GLOBALS

static final String CLASSLOADER_GLOBALS
A comma seperated list containing classloader rules for global classes.

See Also:
Constant Field Values


Copyright © 2008. All Rights Reserved.