Py2CpgOnFileSystemConfig

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

Attributes

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

Members list

Value members

Concrete methods

def withIgnoreDirNames(value: Seq[String]): Py2CpgOnFileSystemConfig
def withIgnorePaths(value: Seq[Path]): Py2CpgOnFileSystemConfig
def withVenvDirs(venvDirs: Seq[Path]): Py2CpgOnFileSystemConfig

Inherited methods

def createPathForIgnore(ignore: String): String

Attributes

Inherited from:
X2CpgConfig
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
TypeRecoveryParserConfig

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
X2CpgConfig
def withInputPath(inputPath: String): Py2CpgOnFileSystemConfig

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
X2CpgConfig
def withSchemaValidation(value: ValidationMode): Py2CpgOnFileSystemConfig

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
TypeRecoveryParserConfig

Inherited fields

var defaultIgnoredFilesRegex: Seq[Regex]

Attributes

Inherited from:
X2CpgConfig
var disableDummyTypes: Boolean

Attributes

Inherited from:
TypeRecoveryParserConfig
var disableFileContent: Boolean

Attributes

Inherited from:
X2CpgConfig
var ignoredFiles: Seq[String]

Attributes

Inherited from:
X2CpgConfig
var ignoredFilesRegex: Regex

Attributes

Inherited from:
X2CpgConfig
var inputPath: String

Attributes

Inherited from:
X2CpgConfig
var outputPath: String

Attributes

Inherited from:
X2CpgConfig
var schemaValidation: ValidationMode

Attributes

Inherited from:
X2CpgConfig

Attributes

Inherited from:
TypeRecoveryParserConfig