Config

io.joern.jssrc2cpg.Config
final case class Config(inputPath: String, outputPath: String, ignoredFilesRegex: Regex, ignoredFiles: Seq[String], tsTypes: Boolean) extends X2CpgConfig[Config]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def createPathForIgnore(ignore: String): String
override def withInputPath(inputPath: String): Config

Attributes

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

Attributes

Definition Classes
X2CpgConfig

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product