org.eclipse.actf.validation.javapp
Class JavaValidationConstants

java.lang.Object
  extended by org.eclipse.actf.validation.javapp.JavaValidationConstants

public final class JavaValidationConstants
extends Object


Field Summary
static String ACTF_AOP_ENGINE_PATH_KEY
           
static String ACTF_AOP_PATH_KEY
           
static String ACTF_AOP_VERBOSE_KEY
           
static String CREATION_CONTEXTS_PROCESSING_KEY
           
static String JAVA_HOME_KEY
           
static String PROCESS_VIOLATION_CONTEXTS
           
static String RESOURCE_SERVER_HOST_DEFAULT
           
static String RESOURCE_SERVER_HOST_KEY
           
static int RESOURCE_SERVER_PORT_DEFAULT
           
static String RESOURCE_SERVER_PORT_KEY
           
 
Constructor Summary
JavaValidationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_SERVER_HOST_KEY

public static final String RESOURCE_SERVER_HOST_KEY
See Also:
Constant Field Values

RESOURCE_SERVER_PORT_KEY

public static final String RESOURCE_SERVER_PORT_KEY
See Also:
Constant Field Values

RESOURCE_SERVER_HOST_DEFAULT

public static final String RESOURCE_SERVER_HOST_DEFAULT
See Also:
Constant Field Values

RESOURCE_SERVER_PORT_DEFAULT

public static final int RESOURCE_SERVER_PORT_DEFAULT
See Also:
Constant Field Values

JAVA_HOME_KEY

public static final String JAVA_HOME_KEY
See Also:
Constant Field Values

ACTF_AOP_PATH_KEY

public static final String ACTF_AOP_PATH_KEY
See Also:
Constant Field Values

ACTF_AOP_ENGINE_PATH_KEY

public static final String ACTF_AOP_ENGINE_PATH_KEY
See Also:
Constant Field Values

ACTF_AOP_VERBOSE_KEY

public static final String ACTF_AOP_VERBOSE_KEY
See Also:
Constant Field Values

CREATION_CONTEXTS_PROCESSING_KEY

public static final String CREATION_CONTEXTS_PROCESSING_KEY
See Also:
Constant Field Values

PROCESS_VIOLATION_CONTEXTS

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

JavaValidationConstants

public JavaValidationConstants()