com.sourceforge.jpatterns.core
Interface JPConstants.PropertiesConfigFilesConstants

Enclosing class:
JPConstants

public static interface JPConstants.PropertiesConfigFilesConstants

This interface stores the constants related to the configuration of all the properties based configuration files


Field Summary
static String CUSTOM_PROPERTIES_BASE_NAME
          CUSTOM_PROPERTIES_BASE_NAME
static String CUSTOM_PROPERTIES_FILE_NAME
          The name of the file where the custom properties woduld be stored - it would allow the developers using JPatterns, to override the default settings would be stored at the Jar file.
static String CUSTOM_PROPERTIES_FILE_NAME_JVM_PARAM
          It is possible to override the name to the custom properties file using the JVM parameter
static String DEFAULT_PROPERTIES_BASE_NAME
          DEFAULT_PROPERTIES_BASE_NAME
static String DEFAULT_PROPERTIES_FILE_NAME
          The name of the default jpatterns properties file - these properties are necessary to setup configuration only for the JPatterns core files - when factory pattern would be implemented the configuration would be taken from the xml file with the name DEFAULT_XML_CONFIG_FILE_NAME
static String DEFAULT_PROPERTIES_FILE_NAME_JVM_PARAM
          It is possible to override the name to the default properties file using the JVM parameter
static String PROPERTIES_EXTENSION
          PROPERTIES_EXTENSION
 

Field Detail

PROPERTIES_EXTENSION

static final String PROPERTIES_EXTENSION
PROPERTIES_EXTENSION

See Also:
Constant Field Values

DEFAULT_PROPERTIES_BASE_NAME

static final String DEFAULT_PROPERTIES_BASE_NAME
DEFAULT_PROPERTIES_BASE_NAME

See Also:
Constant Field Values

DEFAULT_PROPERTIES_FILE_NAME

static final String DEFAULT_PROPERTIES_FILE_NAME
The name of the default jpatterns properties file - these properties are necessary to setup configuration only for the JPatterns core files - when factory pattern would be implemented the configuration would be taken from the xml file with the name DEFAULT_XML_CONFIG_FILE_NAME

See Also:
Constant Field Values

DEFAULT_PROPERTIES_FILE_NAME_JVM_PARAM

static final String DEFAULT_PROPERTIES_FILE_NAME_JVM_PARAM
It is possible to override the name to the default properties file using the JVM parameter

See Also:
Constant Field Values

CUSTOM_PROPERTIES_BASE_NAME

static final String CUSTOM_PROPERTIES_BASE_NAME
CUSTOM_PROPERTIES_BASE_NAME

See Also:
Constant Field Values

CUSTOM_PROPERTIES_FILE_NAME

static final String CUSTOM_PROPERTIES_FILE_NAME
The name of the file where the custom properties woduld be stored - it would allow the developers using JPatterns, to override the default settings would be stored at the Jar file.

See Also:
Constant Field Values

CUSTOM_PROPERTIES_FILE_NAME_JVM_PARAM

static final String CUSTOM_PROPERTIES_FILE_NAME_JVM_PARAM
It is possible to override the name to the custom properties file using the JVM parameter

See Also:
Constant Field Values


Copyright © 2007 jzmicer.team. All Rights Reserved.