Package com.dtolabs.rundeck.core.common
Interface NodeFileParser
-
- All Known Implementing Classes:
NodesXMLParser,NodesYamlParser
public interface NodeFileParserNodeFileParser has a single parse method, and throws the NodeFileParserException on error.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse()Parse the nodes resource file
-
-
-
Method Detail
-
parse
void parse() throws NodeFileParserExceptionParse the nodes resource file- Throws:
NodeFileParserException- on parser error
-
-