Package org.apache.spark.util
Interface SparkTestUtils
public interface SparkTestUtils
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptioncreateCompiledClass(String className, File destDir, String toStringValue, String baseClass, scala.collection.immutable.Seq<URL> classpathUrls, scala.collection.immutable.Seq<String> implementsClasses, String extraCodeBody, scala.Option<String> packageName) Creates a compiled class with the given name.createCompiledClass(String className, File destDir, SparkTestUtils.JavaSourceFromString sourceFile, scala.collection.immutable.Seq<URL> classpathUrls) Creates a compiled class with the source file.
- 
Method Details- 
createURI
- 
createCompiledClassFile createCompiledClass(String className, File destDir, SparkTestUtils.JavaSourceFromString sourceFile, scala.collection.immutable.Seq<URL> classpathUrls) Creates a compiled class with the source file. Class file will be placed in destDir.
- 
createCompiledClassFile createCompiledClass(String className, File destDir, String toStringValue, String baseClass, scala.collection.immutable.Seq<URL> classpathUrls, scala.collection.immutable.Seq<String> implementsClasses, String extraCodeBody, scala.Option<String> packageName) Creates a compiled class with the given name. Class file will be placed in destDir.
 
-