| Modifier and Type | Class and Description |
|---|---|
class |
JavaSourcesSubject
|
static class |
JavaSourcesSubject.SingleSourceAdapter |
| Modifier and Type | Method and Description |
|---|---|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withClasspath(java.lang.Iterable<java.io.File> classPath)
Sets the compilation classpath.
|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withClasspathFrom(java.lang.ClassLoader classloader)
Deprecated.
prefer
withClasspath(Iterable). This method only supports URLClassLoader and the default system classloader, and Files are usually
a more natural way to expression compilation classpaths than class loaders. |
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withCompilerOptions(java.lang.Iterable<java.lang.String> options)
Adds options that will be passed to the compiler.
|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withCompilerOptions(java.lang.String... options)
Adds options that will be passed to the compiler.
|
Copyright © 2013-2019. All Rights Reserved.