|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sourceforge.jpatterns.core.JPConstants
public class JPConstants
This class contains the global constants which are usefull for the development of the JPatterns
$Author:: zmicer $
$Rev:: 67 $
* $Date:: 2007-08-28 21:37:07 #$
$Date:: 2007-08-28 21:37:07 #$
Nested Class Summary | |
---|---|
static class |
JPConstants.EngineConfigCaregory
This enumeration defines the possible categories for the configuration JPatterns engine would use for the obtain the patterns implementations (for nowe it is just consumer but in the future when some different providers appear - it could be extended or made even dynamical) todo [zmicer]: review the above mentioned. |
static interface |
JPConstants.FrameworkConfigEntities
This interface stores the names of the config elements which are the part of the FrameworkConfig |
static class |
JPConstants.LoggingCategory
Defines the logging categories to be used by the JPatterns core |
static interface |
JPConstants.PropertiesConfigFilesConstants
This interface stores the constants related to the configuration of all the properties based configuration files |
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 int |
DEFAULT_PRIORITY
default priority to be used with the not prioritized JPatternsConfig child elements |
static String |
DEFAULT_SCOPE_NAME
The default scope name constant. |
static org.apache.log4j.Logger |
LOG
Logger instance. |
static Pattern |
PATTERN
This *compiled* pattern represents the mask for the configuration files which should be used by the JPatterns to initialize the patterns stuff. |
static String |
PRIORITIZED_PRIOTITY_PREFIX
Prioritized priority prefix. |
Constructor Summary | |
---|---|
JPConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger LOG
public static final Pattern PATTERN
public static final String DEFAULT_SCOPE_NAME
public static final int DEFAULT_PRIORITY
public static final String PRIORITIZED_PRIOTITY_PREFIX
Constructor Detail |
---|
public JPConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |