Interface NodeConfigParser
-
- All Known Implementing Classes:
YamlNodeConfigParser
public interface NodeConfigParser
Parser for node configuration. Provided configuration, parse it and returnNodeList
with filled data.- Author:
- vjuranek
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeList
parseNodeList(String nodeList)
-