Package org.opennms.nephron.generator
Class Handler
- java.lang.Object
-
- org.opennms.nephron.generator.Handler
-
- All Implemented Interfaces:
Closeable,AutoCloseable,BiConsumer<Exporter,FlowReport>
public class Handler extends Object implements BiConsumer<Exporter,FlowReport>, Closeable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Exporter exporter, FlowReport report)voidclose()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(Exporter exporter, FlowReport report)
- Specified by:
acceptin interfaceBiConsumer<Exporter,FlowReport>
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-