Config

io.joern.kotlin2cpg.Config
final case class Config(classpath: Set[String], withStdlibJarsInClassPath: Boolean, gradleProjectName: Option[String], gradleConfigurationName: Option[String], jar4importServiceUrl: Option[String], includeJavaSourceFiles: Boolean, generateNodesForDependencies: Boolean, downloadDependencies: Boolean, keepTypeArguments: Boolean, genericConfig: GenericConfig) extends X2CpgConfig[Config], DependencyDownloadConfig

Attributes

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

def withClasspath(classpath: Set[String]): Config
override def withDownloadDependencies(value: Boolean): Config

Attributes

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

Attributes

Definition Classes
X2CpgConfig
def withGradleConfigurationName(name: String): Config
def withGradleProjectName(name: String): Config
def withIncludeJavaSourceFiles(value: Boolean): Config
def withJar4ImportServiceUrl(url: String): Config
def withKeepTypeArguments(value: Boolean): Config
def withStdLibJars(value: Boolean): Config

Inherited methods

final def defaultIgnoredFilesRegex: Seq[Regex]

Attributes

Inherited from:
X2CpgConfig
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 withDefaultIgnoredFilesRegex(x: Seq[Regex]): OwnType

Attributes

Inherited from:
X2CpgConfig
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