Py2CpgOnFileSystemConfig

io.joern.pysrc2cpg.Py2CpgOnFileSystemConfig
case class Py2CpgOnFileSystemConfig(outputFile: Path, inputDir: Path, venvDir: Path, ignoreVenvDir: Boolean, disableDummyTypes: Boolean, requirementsTxt: String) extends X2CpgConfig[Py2CpgOnFileSystemConfig]

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def withInputPath(inputPath: String): Py2CpgOnFileSystemConfig

Attributes

Definition Classes
X2CpgConfig
override def withOutputPath(x: String): Py2CpgOnFileSystemConfig

Attributes

Definition Classes
X2CpgConfig

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product