public interface NodesFileGenerator
Modifier and Type | Method and Description |
---|---|
void |
addNode(INodeEntry node)
Add Node object
|
void |
addNodes(java.util.Collection<INodeEntry> nodes)
Add all Node objects
|
void |
generate()
Generate output from the provided ndoes.
|
void addNode(INodeEntry node)
node
- nodevoid addNodes(java.util.Collection<INodeEntry> nodes)
nodes
- the nodesvoid generate() throws java.io.IOException, NodesGeneratorException
java.io.IOException
- on io errorNodesGeneratorException
- on other error