net.sf.doolin.oxml.action
Class CheckOXMLAction

java.lang.Object
  extended by net.sf.doolin.oxml.action.AbstractOXMLAction
      extended by net.sf.doolin.oxml.action.CheckOXMLAction
All Implemented Interfaces:
OXMLAction

public class CheckOXMLAction
extends AbstractOXMLAction

check action. This action checks if a given value is equal to the expected one.

Parameters of this action are:

Author:
Damien Coraboeuf

Constructor Summary
CheckOXMLAction()
           
 
Method Summary
 void parse(Element e)
          Parses the action from an XML configuration.
 void process(OXMLContext context)
          Processes the action against a context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckOXMLAction

public CheckOXMLAction()
Method Detail

parse

public void parse(Element e)
           throws IOException
Description copied from interface: OXMLAction
Parses the action from an XML configuration.

Parameters:
e - Configuration element for this action.
Throws:
IOException - If the element cannot be parsed

process

public void process(OXMLContext context)
Description copied from interface: OXMLAction
Processes the action against a context

Parameters:
context - Execution context


Copyright © 2011. All Rights Reserved.