org.rundeck.api.parser
Class ExecutionParser
java.lang.Object
  
org.rundeck.api.parser.ExecutionParser
- All Implemented Interfaces: 
 - XmlNodeParser<RundeckExecution>
 
public class ExecutionParser
- extends Object
- implements XmlNodeParser<RundeckExecution>
  
Parser for a single RundeckExecution
- Author:
 
  - Vincent Behar
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExecutionParser
public ExecutionParser()
ExecutionParser
public ExecutionParser(String xpath)
- Parameters:
 xpath - of the execution element if it is not the root node
parseXmlNode
public RundeckExecution parseXmlNode(org.dom4j.Node node)
- Description copied from interface: 
XmlNodeParser 
- Parse the given XML 
Node
- Specified by:
 parseXmlNode in interface XmlNodeParser<RundeckExecution>
 
- Returns:
 - any object holding the converted value
 
 
 
Copyright © 2011. All Rights Reserved.