Config

final case class Config(inputPath: String, outputPath: String, inferenceJarPaths: Set[String], fetchDependencies: Boolean, javaFeatureSetVersion: Option[String], delombokJavaHome: Option[String], delombokMode: Option[String]) extends X2CpgConfig[Config]

Command line configuration parameters

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

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product