Packages

case class CodegenConfig(name: String, jarName: Option[String], topDir: String, targetDir: String, version: String, pythonizedVersion: String, rVersion: String, dotnetVersion: String, packageName: String) extends Product with Serializable

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

Instance Constructors

  1. new CodegenConfig(name: String, jarName: Option[String], topDir: String, targetDir: String, version: String, pythonizedVersion: String, rVersion: String, dotnetVersion: String, packageName: String)

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def copyrightLines: String
  7. def docDir: File
  8. def dotnetPackageDir: File
  9. def dotnetSrcDir: File
  10. def dotnetSrcHelperDir: File
  11. def dotnetSrcOverrideDir: File
  12. def dotnetTestDataDir: File
  13. def dotnetTestDir: File
  14. def dotnetTestOverrideDir: File
  15. val dotnetVersion: String
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def generatedDir: File
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def internalPrefix: String
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val jarName: Option[String]
  23. val name: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def packageDir: File
  28. def packageHelp(importString: String): String
  29. val packageName: String
  30. def pyPackageDir: File
  31. def pySrcDir: File
  32. def pySrcOverrideDir: File
  33. def pyTestDataDir: File
  34. def pyTestDir: File
  35. def pyTestOverrideDir: File
  36. val pythonizedVersion: String
  37. def rPackageDir: File
  38. def rSrcDir: File
  39. def rSrcOverrideDir: File
  40. def rSrcRoot: File
  41. def rTestDir: File
  42. def rTestOverrideDir: File
  43. val rVersion: String
  44. def scopeDepth: String
  45. def srcDir: File
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val targetDir: String
  48. def testDataDir: File
  49. def testDir: File
  50. val topDir: String
  51. val version: String
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped