Package org.apache.camel.language.joor
Class CompilationUnit
java.lang.Object
org.apache.camel.language.joor.CompilationUnit
Until jOOR supports multi-file compilation, then we have the compiler at Apache Camel. See:
https://github.com/jOOQ/jOOR/pull/119
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe result of the compilation that holds mapping for each className -> class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds input to the compilation unit.getInput()static CompilationUnitinput()Creates a new compilation unit for holding input files.toString()withClassLoader(ClassLoader classLoader) To use a custom classloader
-
Constructor Details
-
CompilationUnit
public CompilationUnit()
-
-
Method Details