com.sourceforge.jpatterns.core
Interface JPConstants.XMLConfigFilesConstants

Enclosing class:
JPConstants

public static interface JPConstants.XMLConfigFilesConstants

This interface stores the constants related to the configuration of all the XML configuration files might be used at the JPatterns


Field Summary
static String CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM
          The JVM param is used for the obtaining the path to the directory where the overriden XML customer specific configuration should be seached
static String CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM
          The key for the properties settings defining the directory where to find all the jpatterns configuration.
static String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME
          Please review the Java Docs to the DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME.
static String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM
          The JVM param is used for the obtaining the overriden configuration for the custom framework xml file.
static String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM
          The key is used for the obtaining the overriden configuration for the custom framework xml file.
static String DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM
          The JVM param is used for the obtaining the path to the directory where the default XML customer specific configuration should be seached
static String DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM
          The key for the properties settings defining the directory where to find default consumer jpatterns configuration.
static String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME
          This is the file name where the JPatterns configuration would be stored (the idea is when JPattern would have the patterns implemented, then another functionality would be forced to use these patterns as base - e.g. initially implementations of JPatterns base interfaces are taken from the properties file, but when "factory" pattern would be implemented we would be able to use the xml for the storing implementations defined per interfaces etc.)
static String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM
          The JVM param is used for the obtaining the overriden configuration for the framework default configuration (is used for the wramework itself)
static String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM
          The key is used for the obtaining the configuration for the default framework xml file.
 

Field Detail

DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME

static final String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME
This is the file name where the JPatterns configuration would be stored (the idea is when JPattern would have the patterns implemented, then another functionality would be forced to use these patterns as base - e.g. initially implementations of JPatterns base interfaces are taken from the properties file, but when "factory" pattern would be implemented we would be able to use the xml for the storing implementations defined per interfaces etc.)
The customer specific configuration file can not be the same name with this provided below. It is reserved one. When for the XML configuration files for the JPatterns this name would be simply excluded. (jpatterns_framework_custom and jpatterns_framework)

See Also:
Constant Field Values

DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM

static final String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM
The JVM param is used for the obtaining the overriden configuration for the framework default configuration (is used for the wramework itself)

See Also:
Constant Field Values

DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM

static final String DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM
The key is used for the obtaining the configuration for the default framework xml file.

See Also:
Constant Field Values

CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME

static final String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME
Please review the Java Docs to the DEFAULT_XML_FRAMEWORK_CONFIG_FILE_NAME.
The file with such name allows to override/extend the configuration is written and this default file.

See Also:
Constant Field Values

CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM

static final String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_JVM_PARAM
The JVM param is used for the obtaining the overriden configuration for the custom framework xml file.

See Also:
Constant Field Values

CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM

static final String CUSTOM_XML_FRAMEWORK_CONFIG_FILE_NAME_PROPS_PARAM
The key is used for the obtaining the overriden configuration for the custom framework xml file.

See Also:
Constant Field Values

CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM

static final String CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM
The JVM param is used for the obtaining the path to the directory where the overriden XML customer specific configuration should be seached

See Also:
Constant Field Values

DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM

static final String DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_JVM_PARAM
The JVM param is used for the obtaining the path to the directory where the default XML customer specific configuration should be seached

See Also:
Constant Field Values

CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM

static final String CUSTOM_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM
The key for the properties settings defining the directory where to find all the jpatterns configuration.

See Also:
Constant Field Values

DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM

static final String DEFAULT_XML_CONSUMER_CONFIG_DIR_NAME_PROPS_PARAM
The key for the properties settings defining the directory where to find default consumer jpatterns configuration.

See Also:
Constant Field Values


Copyright © 2007 jzmicer.team. All Rights Reserved.