Class PrefabGraphDumper
- java.lang.Object
-
- org.opennms.features.mibcompiler.services.PrefabGraphDumper
-
public class PrefabGraphDumper extends Object
The Class PrefabGraphDumper.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description PrefabGraphDumper()
-
-
-
Method Detail
-
dump
public void dump(List<PrefabGraph> graphs, Writer writer) throws IOException
Dump.This only cover the main variables from the PrefabGraph.
- Parameters:
graphs
- the graphswriter
- the writer- Throws:
IOException
- Signals that an I/O exception has occurred.
-
-