Packages

trait SparkTestUtils extends AnyRef

Source
SparkTestUtils.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkTestUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def createCompiledClass(className: String, destDir: File, toStringValue: String = "", baseClass: String = null, classpathUrls: Seq[URL] = Seq.empty, implementsClasses: Seq[String] = Seq.empty, extraCodeBody: String = "", packageName: Option[String] = None): File

    Creates a compiled class with the given name.

    Creates a compiled class with the given name. Class file will be placed in destDir.

  2. def createCompiledClass(className: String, destDir: File, sourceFile: JavaSourceFromString, classpathUrls: Seq[URL]): File

    Creates a compiled class with the source file.

    Creates a compiled class with the source file. Class file will be placed in destDir.