Packages

case class Config(srcDir: String = "", tsTranspiling: Boolean = Config.DEFAULT_TS_TRANSPILING, babelTranspiling: Boolean = Config.DEFAULT_BABEL_TRANSPILING, vueTranspiling: Boolean = Config.DEFAULT_VUE_TRANSPILING, nuxtTranspiling: Boolean = Config.DEFAULT_NUXT_TRANSPILING, templateTranspiling: Boolean = Config.DEFAULT_TEMPLATE_TRANSPILING, packageJsonLocation: String = PackageJsonParser.PACKAGE_JSON_FILENAME, outputFile: String = Config.DEFAULT_CPG_OUT_FILE, withTsTypes: Boolean = Config.DEFAULT_TS_TYPES, ignoredFilesRegex: Regex = Config.DEFAULT_IGNORED_FILES_REGEX, ignoredFiles: Seq[Path] = Config.DEFAULT_IGNORED_FILES, ignoreMinified: Boolean = Config.DEFAULT_IGNORE_MINIFIED, ignoreTests: Boolean = Config.DEFAULT_IGNORE_TESTS, ignorePrivateDeps: Boolean = Config.DEFAULT_IGNORE_PRIVATE_DEPS, privateDeps: Seq[String] = Config.DEFAULT_PRIVATE_DEPS, includeConfigs: Boolean = Config.DEFAULT_INCLUDE_CONFIGS, includeHtml: Boolean = Config.DEFAULT_INCLUDE_HTML, jvmMetrics: Option[Int] = Config.DEFAULT_JVM_METRICS, moduleMode: Option[String] = Config.DEFAULT_MODULE_MODE, withNodeModuleFolder: Boolean = Config.DEFAULT_WITH_NODE_MODULES_FOLDER, optimizeDependencies: Boolean = Config.DEFAULT_OPTIMIZE_DEPENDENCIES, fixedTranspilationDependencies: Boolean = Config.DEFAULT_FIXED_TRANSPILATION_DEPENDENCIES) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Config(srcDir: String = "", tsTranspiling: Boolean = Config.DEFAULT_TS_TRANSPILING, babelTranspiling: Boolean = Config.DEFAULT_BABEL_TRANSPILING, vueTranspiling: Boolean = Config.DEFAULT_VUE_TRANSPILING, nuxtTranspiling: Boolean = Config.DEFAULT_NUXT_TRANSPILING, templateTranspiling: Boolean = Config.DEFAULT_TEMPLATE_TRANSPILING, packageJsonLocation: String = PackageJsonParser.PACKAGE_JSON_FILENAME, outputFile: String = Config.DEFAULT_CPG_OUT_FILE, withTsTypes: Boolean = Config.DEFAULT_TS_TYPES, ignoredFilesRegex: Regex = Config.DEFAULT_IGNORED_FILES_REGEX, ignoredFiles: Seq[Path] = Config.DEFAULT_IGNORED_FILES, ignoreMinified: Boolean = Config.DEFAULT_IGNORE_MINIFIED, ignoreTests: Boolean = Config.DEFAULT_IGNORE_TESTS, ignorePrivateDeps: Boolean = Config.DEFAULT_IGNORE_PRIVATE_DEPS, privateDeps: Seq[String] = Config.DEFAULT_PRIVATE_DEPS, includeConfigs: Boolean = Config.DEFAULT_INCLUDE_CONFIGS, includeHtml: Boolean = Config.DEFAULT_INCLUDE_HTML, jvmMetrics: Option[Int] = Config.DEFAULT_JVM_METRICS, moduleMode: Option[String] = Config.DEFAULT_MODULE_MODE, withNodeModuleFolder: Boolean = Config.DEFAULT_WITH_NODE_MODULES_FOLDER, optimizeDependencies: Boolean = Config.DEFAULT_OPTIMIZE_DEPENDENCIES, fixedTranspilationDependencies: Boolean = Config.DEFAULT_FIXED_TRANSPILATION_DEPENDENCIES)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val babelTranspiling: Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def createPathForIgnore(ignore: String): Path
  8. def createPathForPackageJson(): Path
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. val fixedTranspilationDependencies: Boolean
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val ignoreMinified: Boolean
  14. val ignorePrivateDeps: Boolean
  15. val ignoreTests: Boolean
  16. val ignoredFiles: Seq[Path]
  17. val ignoredFilesRegex: Regex
  18. val includeConfigs: Boolean
  19. val includeHtml: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jvmMetrics: Option[Int]
  22. val moduleMode: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val nuxtTranspiling: Boolean
  27. val optimizeDependencies: Boolean
  28. val outputFile: String
  29. val packageJsonLocation: String
  30. val privateDeps: Seq[String]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val srcDir: String
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val templateTranspiling: Boolean
  35. def toString(): String
    Definition Classes
    Config → AnyRef → Any
  36. val tsTranspiling: Boolean
  37. val vueTranspiling: Boolean
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withLoadedIgnores(): Config
  42. val withNodeModuleFolder: Boolean
  43. val withTsTypes: Boolean

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped