com.dtolabs.rundeck.core.common
Interface NodeFileParser

All Known Implementing Classes:
NodesXMLParser, NodesYamlParser

public interface NodeFileParser

NodeFileParser has a single parse method, and throws the NodeFileParserException on error.


Method Summary
 void parse()
          Parse the nodes resource file
 

Method Detail

parse

void parse()
           throws NodeFileParserException
Parse the nodes resource file

Throws:
NodeFileParserException