org.novadeck.jxla.tools
Class Constants

java.lang.Object
  |
  +--org.novadeck.jxla.tools.Constants

public class Constants
extends java.lang.Object

Defines some constants a pattern compiler and and a pattern matcher used to parse log lines


Field Summary
static org.apache.oro.text.regex.PatternCompiler COMPILER
           
static org.apache.oro.text.regex.PatternMatcher MATCHER
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPILER

public static org.apache.oro.text.regex.PatternCompiler COMPILER

MATCHER

public static org.apache.oro.text.regex.PatternMatcher MATCHER
Constructor Detail

Constants

public Constants()