Package | Description |
---|---|
org.apache.commons.jci.compilers |
Interfaces and abstract classes for the compiler abstraction itself.
|
org.apache.commons.jci.listeners |
Special FAM listeners for just collecting FAM statistics, to compilation or class reloading.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaCompiler
Base class for compiler implementations.
|
class |
EclipseJavaCompiler
Eclipse compiler implemenation
|
class |
JaninoJavaCompiler |
class |
RhinoJavaCompiler |
Modifier and Type | Method and Description |
---|---|
JavaCompiler |
JavaCompilerFactory.createCompiler(String pHint)
Tries to guess the class name by convention.
|
Modifier and Type | Method and Description |
---|---|
JavaCompiler |
CompilingListener.getCompiler() |
Constructor and Description |
---|
CompilingListener(JavaCompiler pCompiler) |
CompilingListener(JavaCompiler pCompiler,
TransactionalResourceStore pTransactionalStore) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.