ExporterMain

Base functionality to export a given OverflowDB graph to various export formats. Because ODB relies on domain specific implementations, specifically the NodeFactories and EdgeFactories from the domain-specific generated classes (typically generated by by https://github.com/ShiftLeftSecurity/overflowdb-codegen) need to be passed in.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(nodeFactories: Seq[NodeFactory[_]], edgeFactories: Seq[EdgeFactory[_]]): Array[String] => Unit

Concrete fields

lazy val logger: Logger