public static class CompilerUtils.SingleClassCompiler extends Object
| Constructor and Description |
|---|
SingleClassCompiler() |
| Modifier and Type | Method and Description |
|---|---|
File |
compile(File source)
Compiles a single Java file.
|
File |
compiling(Path javaPackage,
File source)
Indicates which source file must be compiled.
|
File |
getTargetFolder() |
protected CompilerUtils.SingleClassCompiler |
getThis() |
public File compile(File source)
source - file to compile. Non null.public File compiling(Path javaPackage, File source)
source - source files. Non empty.javaPackage - the package for the sources. Non empty.public File getTargetFolder()
compile(File) was not execute yet.protected CompilerUtils.SingleClassCompiler getThis()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.