org.oddjob
Class OJConstants

java.lang.Object
  extended by org.oddjob.OJConstants

public class OJConstants
extends Object

Global constants.


Field Summary
static String DEFAULT_LOG_FORMAT
           
static String SUBSTITUTION_POLICY_ANTLIKE
           
static String SUBSTITUTION_POLICY_STRICT
           
 
Constructor Summary
OJConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBSTITUTION_POLICY_STRICT

public static final String SUBSTITUTION_POLICY_STRICT
See Also:
Constant Field Values

SUBSTITUTION_POLICY_ANTLIKE

public static final String SUBSTITUTION_POLICY_ANTLIKE
See Also:
Constant Field Values

DEFAULT_LOG_FORMAT

public static final String DEFAULT_LOG_FORMAT
See Also:
Constant Field Values
Constructor Detail

OJConstants

public OJConstants()