|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JcrJavaCompiler
The JcrJavaCompiler compiles Java source code stored in the
repository and writes the generated class files by using the class loader writer.
| Method Summary | |
|---|---|
org.apache.sling.commons.compiler.CompilationResult |
compile(java.lang.String[] srcFiles,
org.apache.sling.commons.compiler.Options options)
Compile source from the repository. |
org.apache.sling.commons.compiler.CompilationResult |
compile(java.lang.String[] srcFiles,
java.lang.String outputDir,
org.apache.sling.commons.compiler.Options options)
Deprecated. |
| Method Detail |
|---|
@Deprecated
org.apache.sling.commons.compiler.CompilationResult compile(java.lang.String[] srcFiles,
java.lang.String outputDir,
org.apache.sling.commons.compiler.Options options)
throws java.lang.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 options
java.lang.Exception
org.apache.sling.commons.compiler.CompilationResult compile(java.lang.String[] srcFiles,
org.apache.sling.commons.compiler.Options options)
throws java.lang.Exception
srcFiles - The array of path in the repository pointing to the sourceoptions - - Optional options
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||