com.dtolabs.client.services
Class RundeckAppConstants

java.lang.Object
  extended by com.dtolabs.client.services.RundeckAppConstants

public class RundeckAppConstants
extends java.lang.Object

RundeckAppConstants is ...


Field Summary
static java.lang.String MSG_DEBUG
           
static java.lang.String MSG_ERR
           
static java.lang.String MSG_INFO
           
static java.lang.String MSG_VERBOSE
           
static java.lang.String MSG_WARN
           
 
Constructor Summary
RundeckAppConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_DEBUG

public static final java.lang.String MSG_DEBUG
See Also:
Constant Field Values

MSG_ERR

public static final java.lang.String MSG_ERR
See Also:
Constant Field Values

MSG_INFO

public static final java.lang.String MSG_INFO
See Also:
Constant Field Values

MSG_WARN

public static final java.lang.String MSG_WARN
See Also:
Constant Field Values

MSG_VERBOSE

public static final java.lang.String MSG_VERBOSE
See Also:
Constant Field Values
Constructor Detail

RundeckAppConstants

public RundeckAppConstants()