|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PropertiesProvider.JPProperties
This interface stores the keys for necessary and important for the JPatterns properties.
Please extend this interface with the values you would add to the properties files (default one). In the case new properties would
be added to the custom framework properties - create your own interface somewhere else.
Field Summary | |
---|---|
static String |
USE_ONLY_CUSTOM_CONSUMER_XML
this settings in the case its value is true defines that *custom* *consumer* configuration would override all the *default* *consumer* configuration (it won't be used at all) in the case this is false - when merging default and custom settings firstly default would be written to the result, and then all the settings from custom would override default one. |
static String |
USE_ONLY_CUSTOM_FRAMEWORK_PROPERTIES
If the custom properties would be found only its value would be used. |
static String |
USE_ONLY_CUSTOM_FRAMEWORK_XML
this settings in the case its value is true defines that *custom* *framework* configuration would override all the *default* *framework* configuration (it won't be used at all) in the case this is false - when merging default and custom settings firstly default would be written to the result, and then all the settings from custom would override default one. |
static String |
XML_CONFIG_CUSTOM_OVERRIDES_NOT_DEPENDING_ON_PRIORITY
XML_CONFIG_CUSTOM_OVERRIDES_NOT_DEPENDING_ON_PRIORITY
Default value is false |
static String |
XML_CONFIG_OVERRIDING_DEPTH
Defines the depth for the validating/overriding the JPatterns configuration. |
Field Detail |
---|
static final String USE_ONLY_CUSTOM_FRAMEWORK_PROPERTIES
static final String USE_ONLY_CUSTOM_FRAMEWORK_XML
static final String USE_ONLY_CUSTOM_CONSUMER_XML
static final String XML_CONFIG_OVERRIDING_DEPTH
com.sourceforge.jpatterns.core.configuration.PropertiesProvider.OverridingDepths.OVERRIDING_LEVEL_SECTION
static final String XML_CONFIG_CUSTOM_OVERRIDES_NOT_DEPENDING_ON_PRIORITY
XML_CONFIG_CUSTOM_OVERRIDES_NOT_DEPENDING_ON_PRIORITY
false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |