Py2CpgOnFileSystemConfig

io.joern.pysrc2cpg.Py2CpgOnFileSystemConfig
case class Py2CpgOnFileSystemConfig(venvDir: Option[Path], venvDirs: Seq[Path], ignoreVenvDir: Boolean, ignorePaths: Seq[Path], ignoreDirNames: Seq[String], requirementsTxt: String, genericConfig: GenericConfig, typeRecoveryParserConfig: Config) extends X2CpgConfig[Py2CpgOnFileSystemConfig], TypeRecoveryParserConfig

Attributes

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

Members list

Type members

Inherited types

Attributes

Inherited from:
X2CpgConfig

Value members

Concrete methods

override def withGenericConfig(value: GenericConfig): Py2CpgOnFileSystemConfig

Attributes

Definition Classes
X2CpgConfig
def withIgnoreDirNames(value: Seq[String]): Py2CpgOnFileSystemConfig
def withIgnorePaths(value: Seq[Path]): Py2CpgOnFileSystemConfig

Attributes

Definition Classes
TypeRecoveryParserConfig
def withVenvDirs(venvDirs: Seq[Path]): Py2CpgOnFileSystemConfig

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