com.sourceforge.jpatterns.core
Class JPConstants

java.lang.Object
  extended by com.sourceforge.jpatterns.core.JPConstants

public class JPConstants
extends Object

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

LOG

public static final org.apache.log4j.Logger LOG
Logger instance.


PATTERN

public static final Pattern PATTERN
This *compiled* pattern represents the mask for the configuration files which should be used by the JPatterns to initialize the patterns stuff.
This patterns excludes the names of the files are used by the framework for the initializing the framework itself.


DEFAULT_SCOPE_NAME

public static final String DEFAULT_SCOPE_NAME
The default scope name constant.

See Also:
Constant Field Values

DEFAULT_PRIORITY

public static final int DEFAULT_PRIORITY
default priority to be used with the not prioritized JPatternsConfig child elements

See Also:
Constant Field Values

PRIORITIZED_PRIOTITY_PREFIX

public static final String PRIORITIZED_PRIOTITY_PREFIX
Prioritized priority prefix.

See Also:
Constant Field Values
Constructor Detail

JPConstants

public JPConstants()


Copyright © 2007 jzmicer.team. All Rights Reserved.