@ProviderType
public interface JavaCompiler
JavaCompiler
provides platform independant Java
compilation support.Modifier and Type | Method and Description |
---|---|
CompilationResult |
compile(CompilationUnit[] units,
Options options)
Compile the compilation units.
|
CompilationResult compile(CompilationUnit[] units, Options options)
units
- The compilation units.options
- The compilation options - this object is optionalCopyright © 2022 The Apache Software Foundation. All rights reserved.