X2CpgConfig

io.joern.x2cpg.X2CpgConfig
See theX2CpgConfig companion object
trait X2CpgConfig[R <: X2CpgConfig[R]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createPathForIgnore(ignore: String): String
def withDefaultIgnoredFilesRegex(x: Seq[Regex]): R
def withDisableFileContent(value: Boolean): R
def withIgnoredFiles(x: Seq[String]): R
def withIgnoredFilesRegex(x: String): R
def withInheritedFields(config: R): R
def withInputPath(inputPath: String): R
def withOutputPath(x: String): R

Concrete fields

var defaultIgnoredFilesRegex: Seq[Regex]
var disableFileContent: Boolean
var ignoredFiles: Seq[String]
var ignoredFilesRegex: Regex
var inputPath: String
var outputPath: String