org.rundeck.api.parser
Class ExecutionParser

java.lang.Object
  extended by org.rundeck.api.parser.ExecutionParser
All Implemented Interfaces:
NodeParser<RundeckExecution>

public class ExecutionParser
extends Object
implements NodeParser<RundeckExecution>

Parser for a single RundeckExecution

Author:
Vincent Behar

Constructor Summary
ExecutionParser()
           
ExecutionParser(String xpath)
           
 
Method Summary
 RundeckExecution parseNode(org.dom4j.Node node)
          Parse the given XML Node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionParser

public ExecutionParser()

ExecutionParser

public ExecutionParser(String xpath)
Parameters:
xpath - of the execution element if it is not the root node
Method Detail

parseNode

public RundeckExecution parseNode(org.dom4j.Node node)
Description copied from interface: NodeParser
Parse the given XML Node

Specified by:
parseNode in interface NodeParser<RundeckExecution>
Returns:
any object holding the converted value


Copyright © 2011. All Rights Reserved.