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