package formats
- Alphabetic
- By Inheritance
- formats
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- def isList(clazz: Class[_]): Boolean
- returns
true if the given class is either array or a (subclass of) Java Iterable or Scala IterableOnce
- val iterableForList: PartialFunction[Any, Iterable[_]]
- def writeFile(file: Path, content: String): Unit
- object ExporterMain
Base functionality to export a given OverflowDB graph to various export formats.
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.
- object Format extends Enumeration
- object ImporterMain extends App
Base functionality import a given list of input file(s) of various formats into an OverflowDB binary.
Base functionality import a given list of input file(s) of various formats into an OverflowDB binary. 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.