public interface JcrJavaCompiler
JcrJavaCompiler
compiles Java source code stored in the
repository and writes the generated class files by using the class loader writer.Modifier and Type | Method and Description |
---|---|
CompilationResult |
compile(String[] srcFiles,
Options options)
Compile source from the repository.
|
CompilationResult |
compile(String[] srcFiles,
String outputDir,
Options options)
Deprecated.
|
@Deprecated CompilationResult compile(String[] srcFiles, String outputDir, Options options) throws Exception
srcFiles
- The array of path in the repository pointing to the sourceoutputDir
- - Not supported anymore - the classes are written using the class loader writeroptions
- - Optional optionsException
CompilationResult compile(String[] srcFiles, Options options) throws Exception
srcFiles
- The array of path in the repository pointing to the sourceoptions
- - Optional optionsException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"