Config

io.joern.php2cpg.Config
final case class Config(phpIni: Option[String], phpParserBin: Option[String], downloadDependencies: Boolean, genericConfig: GenericConfig, typeRecoveryParserConfig: Config, typeStubsFilePath: Option[String]) extends X2CpgConfig[Config], TypeRecoveryParserConfig, TypeStubsParserConfig, DependencyDownloadConfig

Command line configuration parameters

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DependencyDownloadConfig
trait TypeStubsParserConfig
trait TypeRecoveryParserConfig
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

Concrete methods

override def withDownloadDependencies(downloadDependencies: Boolean): Config

Attributes

Definition Classes
DependencyDownloadConfig
override def withGenericConfig(value: GenericConfig): Config

Attributes

Definition Classes
X2CpgConfig
def withPhpIni(phpIni: String): Config
def withPhpParserBin(phpParserBin: String): Config
override def withTypeRecoveryParserConfig(value: Config): Config

Attributes

Definition Classes
TypeRecoveryParserConfig

Inherited methods

final def defaultIgnoredFilesRegex: Seq[Regex]

Attributes

Inherited from:
X2CpgConfig
final def disableDummyTypes: Boolean

Attributes

Inherited from:
TypeRecoveryParserConfig
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 typePropagationIterations: Int

Attributes

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

Attributes

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

Attributes

Inherited from:
TypeRecoveryParserConfig
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
final def withTypePropagationIterations(value: Int): OwnType

Attributes

Inherited from:
TypeRecoveryParserConfig
final def withTypeStubsFilePath(typeStubsFilePath: String): OwnType

Attributes

Inherited from:
TypeStubsParserConfig