org.eclipse.actf.validation.validators
Class AbstractValidationContext
java.lang.Object
org.eclipse.actf.validation.validators.AbstractValidationContext
- All Implemented Interfaces:
- Cloneable, IValidationContext
- Direct Known Subclasses:
- AccessibilityValidationContext
public abstract class AbstractValidationContext
- extends Object
- implements IValidationContext, Cloneable
base implementation for all ValidationContexts instances in ACTF.
- Author:
- John Buslawski
contextMap
protected HashMap contextMap
AbstractValidationContext
public AbstractValidationContext()
getParameter
public Object getParameter(String name)
- Description copied from interface:
IValidationContext
- gets the parameter keyed by the name
- Specified by:
getParameter
in interface IValidationContext
- Parameters:
name
- --
name of the parameter as a String
- Returns:
- the value of the parameter
setParameter
public void setParameter(String name,
Object value)
- Description copied from interface:
IValidationContext
- sets the parameter to be stored in the IValidationContext
- Specified by:
setParameter
in interface IValidationContext
- Parameters:
name
- --
name of the parameter as a Stringvalue
- --
the value of the parameter
clone
public Object clone()
- Overrides:
clone
in class Object