Importer

overflowdb.formats.Importer
trait Importer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GraphMLImporter.type
object GraphSONImporter.type
object Neo4jCsvImporter.type

Members list

Concise view

Value members

Abstract methods

def runImport(graph: Graph, inputFiles: Seq[Path]): Unit

Concrete methods

def runImport(graph: Graph, inputFile: Path): Unit
def runImport(graph: Graph, inputFile: String): Unit

Concrete fields

protected val logger: Logger