Config

io.joern.ghidra2cpg.Config
final case class Config(genericConfig: GenericConfig) extends X2CpgConfig[Config]

Command line configuration parameters

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait X2CpgConfig[Config]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type OwnType = Config

Attributes

Inherited from:
X2CpgConfig

Value members

Inherited methods

final def defaultIgnoredFilesRegex: Seq[Regex]

Attributes

Inherited from:
X2CpgConfig
final def disableFileContent: Boolean

Attributes

Inherited from:
X2CpgConfig
final def ignoredFiles: Seq[String]

Attributes

Inherited from:
X2CpgConfig
final def ignoredFilesRegex: Regex

Attributes

Inherited from:
X2CpgConfig
final def inputPath: String

Attributes

Inherited from:
X2CpgConfig
final def outputPath: String

Attributes

Inherited from:
X2CpgConfig
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def schemaValidation: ValidationMode

Attributes

Inherited from:
X2CpgConfig
final def serverMode: Boolean

Attributes

Inherited from:
X2CpgConfig
final def serverTimeoutSeconds: Option[Long]

Attributes

Inherited from:
X2CpgConfig
final def withDefaultIgnoredFilesRegex(x: Seq[Regex]): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withDisableFileContent(value: Boolean): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withIgnoredFiles(x: Seq[String]): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withIgnoredFilesRegex(x: String): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withInputPath(inputPath: String): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withOutputPath(x: String): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withSchemaValidation(value: ValidationMode): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withServerMode(x: Boolean): OwnType

Attributes

Inherited from:
X2CpgConfig
final def withServerTimeoutSeconds(x: Long): OwnType

Attributes

Inherited from:
X2CpgConfig