| Modifier and Type | Class and Description |
|---|---|
class |
JavaSourcesSubject
|
static class |
JavaSourcesSubject.SingleSourceAdapter |
| Modifier and Type | Method and Description |
|---|---|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withClasspath(Iterable<File> classPath)
Sets the compilation classpath.
|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withClasspathFrom(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(Iterable<String> options)
Adds options that will be passed to the compiler.
|
ProcessedCompileTesterFactory |
ProcessedCompileTesterFactory.withCompilerOptions(String... options)
Adds options that will be passed to the compiler.
|
Copyright © 2013–2020. All rights reserved.