- checkAndNotify() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
-
- checkAndNotify() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
-
- clearAssertionStatus() - Method in class org.apache.commons.jci.ReloadingClassLoader
-
- CompilationProblem - Interface in org.apache.commons.jci.problems
-
An abstract definition of a compilation problem
- CompilationProblemHandler - Interface in org.apache.commons.jci.problems
-
A CompilationProblemHandler gets access to a problem
as soon as the problem is available while the
CompilationResult only represents a summary at the
end.
- CompilationResult - Class in org.apache.commons.jci.compilers
-
A CompilationResult represents the result of a compilation.
- CompilationResult(CompilationProblem[]) - Constructor for class org.apache.commons.jci.compilers.CompilationResult
-
- compile(String[], ResourceReader, ResourceStore) - Method in class org.apache.commons.jci.compilers.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - Method in class org.apache.commons.jci.compilers.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.apache.commons.jci.compilers.JaninoJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore) - Method in interface org.apache.commons.jci.compilers.JavaCompiler
-
uses the default compiler settings and the current classloader
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - Method in interface org.apache.commons.jci.compilers.JavaCompiler
-
uses the default compiler settings
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in interface org.apache.commons.jci.compilers.JavaCompiler
-
Compiles the java resources "some/path/to/MyJava.java"
read through the ResourceReader and then stores the resulting
classes in the ResourceStore under "some/path/to/MyJava.class".
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler
-
- CompilingListener - Class in org.apache.commons.jci.listeners
-
A CompilingListener is an improved version of the ReloadingListener.
- CompilingListener() - Constructor for class org.apache.commons.jci.listeners.CompilingListener
-
- CompilingListener(JavaCompiler) - Constructor for class org.apache.commons.jci.listeners.CompilingListener
-
- CompilingListener(JavaCompiler, TransactionalResourceStore) - Constructor for class org.apache.commons.jci.listeners.CompilingListener
-
- ConversionUtils - Class in org.apache.commons.jci.utils
-
Mainly common path manipultation helper methods
NOT FOR USE OUTSIDE OF JCI
- ConversionUtils() - Constructor for class org.apache.commons.jci.utils.ConversionUtils
-
- convertClassToResourcePath(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
-
Please do not use - internal
org.my.Class -> org/my/Class.class
- convertResourceToClassName(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
-
Please do not use - internal
org/my/Class.xxx -> org.my.Class
- createCompiler(String) - Method in class org.apache.commons.jci.compilers.JavaCompilerFactory
-
Tries to guess the class name by convention.
- createDefaultSettings() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler
-
- createDefaultSettings() - Method in class org.apache.commons.jci.compilers.JaninoJavaCompiler
-
- createDefaultSettings() - Method in interface org.apache.commons.jci.compilers.JavaCompiler
-
factory method to create the underlying default settings
- createDefaultSettings() - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler
-