- checkAndNotify() - 接口 中的方法org.apache.commons.jci.monitor.FilesystemAlterationObserver
-
- checkAndNotify() - 类 中的方法org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
-
- clearAssertionStatus() - 类 中的方法org.apache.commons.jci.ReloadingClassLoader
-
- CompilationProblem - org.apache.commons.jci.problems中的接口
-
An abstract definition of a compilation problem
- CompilationProblemHandler - 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 - org.apache.commons.jci.compilers中的类
-
A CompilationResult represents the result of a compilation.
- CompilationResult(CompilationProblem[]) - 类 的构造器org.apache.commons.jci.compilers.CompilationResult
-
- compile(String[], ResourceReader, ResourceStore) - 类 中的方法org.apache.commons.jci.compilers.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - 类 中的方法org.apache.commons.jci.compilers.AbstractJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - 类 中的方法org.apache.commons.jci.compilers.EclipseJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - 类 中的方法org.apache.commons.jci.compilers.GroovyJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - 类 中的方法org.apache.commons.jci.compilers.JaninoJavaCompiler
-
- compile(String[], ResourceReader, ResourceStore) - 接口 中的方法org.apache.commons.jci.compilers.JavaCompiler
-
uses the default compiler settings and the current classloader
- compile(String[], ResourceReader, ResourceStore, ClassLoader) - 接口 中的方法org.apache.commons.jci.compilers.JavaCompiler
-
uses the default compiler settings
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - 接口 中的方法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) - 类 中的方法org.apache.commons.jci.compilers.RhinoJavaCompiler
-
- CompilingListener - org.apache.commons.jci.listeners中的类
-
A CompilingListener is an improved version of the ReloadingListener.
- CompilingListener() - 类 的构造器org.apache.commons.jci.listeners.CompilingListener
-
- CompilingListener(JavaCompiler) - 类 的构造器org.apache.commons.jci.listeners.CompilingListener
-
- CompilingListener(JavaCompiler, TransactionalResourceStore) - 类 的构造器org.apache.commons.jci.listeners.CompilingListener
-
- ConversionUtils - org.apache.commons.jci.utils中的类
-
Mainly common path manipultation helper methods
NOT FOR USE OUTSIDE OF JCI
- ConversionUtils() - 类 的构造器org.apache.commons.jci.utils.ConversionUtils
-
- convertClassToResourcePath(String) - 类 中的静态方法org.apache.commons.jci.utils.ConversionUtils
-
Please do not use - internal
org.my.Class -> org/my/Class.class
- convertResourceToClassName(String) - 类 中的静态方法org.apache.commons.jci.utils.ConversionUtils
-
Please do not use - internal
org/my/Class.xxx -> org.my.Class
- createCompiler(String) - 类 中的方法org.apache.commons.jci.compilers.JavaCompilerFactory
-
Tries to guess the class name by convention.
- createDefaultSettings() - 类 中的方法org.apache.commons.jci.compilers.EclipseJavaCompiler
-
- createDefaultSettings() - 类 中的方法org.apache.commons.jci.compilers.GroovyJavaCompiler
-
- createDefaultSettings() - 类 中的方法org.apache.commons.jci.compilers.JaninoJavaCompiler
-
- createDefaultSettings() - 接口 中的方法org.apache.commons.jci.compilers.JavaCompiler
-
factory method to create the underlying default settings
- createDefaultSettings() - 类 中的方法org.apache.commons.jci.compilers.RhinoJavaCompiler
-