org.eclipse.actf.validation.validators
Class ValidationContextConstants

java.lang.Object
  extended by org.eclipse.actf.validation.validators.ValidationContextConstants

public class ValidationContextConstants
extends Object

Author:
actest

Field Summary
static String CODE_PROCESSOR
           
static String CONFIGURATION
           
static String CURRENT_TARGET
           
static String ELEMENT_BRIDGE_MAP
           
static String ELEMENT_LOCATOR
           
static String MODEL
           
static String REPORTER
           
static String VALIDATED_ELEMENTS
           
 
Constructor Summary
ValidationContextConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL

public static final String MODEL
See Also:
Constant Field Values

CODE_PROCESSOR

public static final String CODE_PROCESSOR
See Also:
Constant Field Values

REPORTER

public static final String REPORTER
See Also:
Constant Field Values

CONFIGURATION

public static final String CONFIGURATION
See Also:
Constant Field Values

VALIDATED_ELEMENTS

public static final String VALIDATED_ELEMENTS
See Also:
Constant Field Values

ELEMENT_BRIDGE_MAP

public static final String ELEMENT_BRIDGE_MAP
See Also:
Constant Field Values

ELEMENT_LOCATOR

public static final String ELEMENT_LOCATOR
See Also:
Constant Field Values

CURRENT_TARGET

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

ValidationContextConstants

public ValidationContextConstants()