A C E F G H I J L M O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractFilesystemAlterationListener - Class in org.apache.commons.jci.listeners
-
AbstractFilesystemAlterationListener provides some convenience methods helping to implement a FilesystemAlterationListener.
- AbstractFilesystemAlterationListener() - Constructor for class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- AbstractJavaCompiler - Class in org.apache.commons.jci.compilers
-
Base class for compiler implementations.
- AbstractJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.AbstractJavaCompiler
- add(String, byte[]) - Method in class org.apache.commons.jci.readers.MemoryResourceReader
- addListener(File, FilesystemAlterationListener) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- addListener(FilesystemAlterationListener) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
- addListener(FilesystemAlterationListener) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- addReloadNotificationListener(ReloadNotificationListener) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- addResourceStore(ResourceStore) - Method in class org.apache.commons.jci.ReloadingClassLoader
C
- 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) - 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 class org.apache.commons.jci.compilers.AbstractJavaCompiler
- 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 class org.apache.commons.jci.compilers.EclipseJavaCompiler
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.apache.commons.jci.compilers.GroovyJavaCompiler
- compile(String[], ResourceReader, ResourceStore, ClassLoader, JavaCompilerSettings) - Method in class org.apache.commons.jci.compilers.JaninoJavaCompiler
- 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.GroovyJavaCompiler
- 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
E
- EclipseCompilationProblem - Class in org.apache.commons.jci.compilers
-
Wrapping an Eclipse compiler problem
- EclipseCompilationProblem(IProblem) - Constructor for class org.apache.commons.jci.compilers.EclipseCompilationProblem
- EclipseJavaCompiler - Class in org.apache.commons.jci.compilers
-
Eclipse compiler implemenation
- EclipseJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompiler
- EclipseJavaCompiler(Map<String, String>) - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompiler
- EclipseJavaCompiler(EclipseJavaCompilerSettings) - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompiler
- EclipseJavaCompilerSettings - Class in org.apache.commons.jci.compilers
-
Native Eclipse compiler settings
- EclipseJavaCompilerSettings() - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
- EclipseJavaCompilerSettings(Map<String, String>) - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
- EclipseJavaCompilerSettings(JavaCompilerSettings) - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
F
- FileChangeListener - Class in org.apache.commons.jci.listeners
-
The most simple implemenation of an FilesystemAlterationListener.
- FileChangeListener() - Constructor for class org.apache.commons.jci.listeners.FileChangeListener
- FileResourceReader - Class in org.apache.commons.jci.readers
-
A simple file system based Reader implementation
- FileResourceReader(File) - Constructor for class org.apache.commons.jci.readers.FileResourceReader
- FileResourceStore - Class in org.apache.commons.jci.stores
-
Stores the results on disk
- FileResourceStore(File) - Constructor for class org.apache.commons.jci.stores.FileResourceStore
- FilesystemAlterationListener - Interface in org.apache.commons.jci.monitor
-
A listener that receives events of filesystem modifications.
- FilesystemAlterationMonitor - Class in org.apache.commons.jci.monitor
-
It's a runnable that spawns of a monitoring thread triggering the the observers and managing the their listeners.
- FilesystemAlterationMonitor() - Constructor for class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- FilesystemAlterationObserver - Interface in org.apache.commons.jci.monitor
-
FilesystemAlterationObserver represents the state of files below a certain root directory.
- FilesystemAlterationObserverImpl - Class in org.apache.commons.jci.monitor
-
Implementation of a FilesystemAlterationObserver
- FilesystemAlterationObserverImpl(File) - Constructor for class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- findClass(String) - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
G
- getBytes(String) - Method in class org.apache.commons.jci.readers.FileResourceReader
- getBytes(String) - Method in class org.apache.commons.jci.readers.MemoryResourceReader
- getBytes(String) - Method in interface org.apache.commons.jci.readers.ResourceReader
- getChangedDirectories() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getChangedFiles() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getCompilationResult() - Method in class org.apache.commons.jci.listeners.CompilingListener
- getCompiler() - Method in class org.apache.commons.jci.listeners.CompilingListener
- getCompilerConfiguration() - Method in class org.apache.commons.jci.compilers.GroovyJavaCompilerSettings
- getCreatedDirectories() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getCreatedFiles() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getDeletedDirectories() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getDeletedFiles() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- getEndColumn() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getEndColumn() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getEndColumn() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getEndColumn() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getEndColumn() - Method in interface org.apache.commons.jci.problems.CompilationProblem
- getEndLine() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getEndLine() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getEndLine() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getEndLine() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getEndLine() - Method in interface org.apache.commons.jci.problems.CompilationProblem
-
position of where the problem stops in the source code
- getErrors() - Method in class org.apache.commons.jci.compilers.CompilationResult
- getFileName() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getFileName() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getFileName() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getFileName() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getFileName() - Method in interface org.apache.commons.jci.problems.CompilationProblem
-
name of the file where the problem occurred
- getId() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getInstance() - Static method in class org.apache.commons.jci.compilers.JavaCompilerFactory
-
Deprecated.will be remove after the next release, please create an instance yourself
- getListeners() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
- getListeners() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- getListenersFor(File) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- getMessage() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getMessage() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getMessage() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getMessage() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getMessage() - Method in interface org.apache.commons.jci.problems.CompilationProblem
-
the description of the problem
- getReader(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.CompilingListener
- getResource(String) - Method in class org.apache.commons.jci.ReloadingClassLoader
- getResourceAsStream(String) - Method in class org.apache.commons.jci.ReloadingClassLoader
- getResourceNameFromFileName(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
-
a/b/c.java -> a/b/c.java a\b\c.java -> a/b/c.java
- getResourcesToCompile(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.CompilingListener
- getRootDirectory() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
- getRootDirectory() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- getSourceEncoding() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- getSourceFileExtension() - Method in class org.apache.commons.jci.listeners.CompilingListener
- getSourceNameFromFile(FilesystemAlterationObserver, File) - Method in class org.apache.commons.jci.listeners.CompilingListener
- getSourceVersion() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- getStartColumn() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getStartColumn() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getStartColumn() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getStartColumn() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getStartColumn() - Method in interface org.apache.commons.jci.problems.CompilationProblem
- getStartLine() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- getStartLine() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- getStartLine() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- getStartLine() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- getStartLine() - Method in interface org.apache.commons.jci.problems.CompilationProblem
-
position of where the problem starts in the source code
- getStore() - Method in class org.apache.commons.jci.listeners.CompilingListener
- getStore() - Method in class org.apache.commons.jci.listeners.ReloadingListener
- getTargetVersion() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- getWarnings() - Method in class org.apache.commons.jci.compilers.CompilationResult
- GroovyCompilationProblem - Class in org.apache.commons.jci.compilers
-
Groovy version of a CompilationProblem
- GroovyCompilationProblem(Message) - Constructor for class org.apache.commons.jci.compilers.GroovyCompilationProblem
- GroovyJavaCompiler - Class in org.apache.commons.jci.compilers
-
Groovy implementation of the JavaCompiler interface
- GroovyJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.GroovyJavaCompiler
- GroovyJavaCompilerSettings - Class in org.apache.commons.jci.compilers
-
Native configuration for the Groovy compiler
- GroovyJavaCompilerSettings(CompilerConfiguration) - Constructor for class org.apache.commons.jci.compilers.GroovyJavaCompilerSettings
H
- handle(CompilationProblem) - Method in interface org.apache.commons.jci.problems.CompilationProblemHandler
- handleNotification() - Method in interface org.apache.commons.jci.listeners.ReloadNotificationListener
- handleNotification() - Method in class org.apache.commons.jci.ReloadingClassLoader
- hasChanged() - Method in class org.apache.commons.jci.listeners.FileChangeListener
I
- isAvailable(String) - Method in class org.apache.commons.jci.readers.FileResourceReader
- isAvailable(String) - Method in class org.apache.commons.jci.readers.MemoryResourceReader
- isAvailable(String) - Method in interface org.apache.commons.jci.readers.ResourceReader
- isDebug() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- isDeprecations() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- isError() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- isError() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- isError() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- isError() - Method in class org.apache.commons.jci.compilers.RhinoCompilationProblem
- isError() - Method in interface org.apache.commons.jci.problems.CompilationProblem
-
is the problem an error and compilation cannot continue or just a warning and compilation can proceed
- isReloadRequired(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.CompilingListener
- isReloadRequired(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- isVerbose() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
-
Deprecated.
- isWarnings() - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
J
- JaninoCompilationProblem - Class in org.apache.commons.jci.compilers
-
Janino version of a CompilationProblem
- JaninoCompilationProblem(String, String, boolean) - Constructor for class org.apache.commons.jci.compilers.JaninoCompilationProblem
- JaninoCompilationProblem(String, Location, String, boolean) - Constructor for class org.apache.commons.jci.compilers.JaninoCompilationProblem
- JaninoCompilationProblem(LocatedException) - Constructor for class org.apache.commons.jci.compilers.JaninoCompilationProblem
- JaninoCompilationProblem(Location, String, boolean) - Constructor for class org.apache.commons.jci.compilers.JaninoCompilationProblem
- JaninoJavaCompiler - Class in org.apache.commons.jci.compilers
- JaninoJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.JaninoJavaCompiler
- JaninoJavaCompiler(JaninoJavaCompilerSettings) - Constructor for class org.apache.commons.jci.compilers.JaninoJavaCompiler
- JaninoJavaCompilerSettings - Class in org.apache.commons.jci.compilers
- JaninoJavaCompilerSettings() - Constructor for class org.apache.commons.jci.compilers.JaninoJavaCompilerSettings
- JaninoJavaCompilerSettings(JaninoJavaCompilerSettings) - Constructor for class org.apache.commons.jci.compilers.JaninoJavaCompilerSettings
- JavaCompiler - Interface in org.apache.commons.jci.compilers
-
The general compiler interface.
- JavaCompilerFactory - Class in org.apache.commons.jci.compilers
-
Creates JavaCompilers TODO use META-INF discovery mechanism
- JavaCompilerFactory() - Constructor for class org.apache.commons.jci.compilers.JavaCompilerFactory
- JavaCompilerSettings - Class in org.apache.commons.jci.compilers
-
Most common denominator for JavaCompiler settings.
- JavaCompilerSettings() - Constructor for class org.apache.commons.jci.compilers.JavaCompilerSettings
- JavaCompilerSettings(JavaCompilerSettings) - Constructor for class org.apache.commons.jci.compilers.JavaCompilerSettings
L
- list() - Method in class org.apache.commons.jci.readers.FileResourceReader
-
Deprecated.
- list() - Method in class org.apache.commons.jci.readers.MemoryResourceReader
-
Deprecated.
- list() - Method in class org.apache.commons.jci.stores.FileResourceStore
-
Deprecated.
- list() - Method in class org.apache.commons.jci.stores.MemoryResourceStore
-
Deprecated.
- loadClass(String) - Method in class org.apache.commons.jci.ReloadingClassLoader
- loadClass(String, boolean) - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
M
- MemoryResourceReader - Class in org.apache.commons.jci.readers
-
A memory based reader to compile from memory
- MemoryResourceReader() - Constructor for class org.apache.commons.jci.readers.MemoryResourceReader
- MemoryResourceStore - Class in org.apache.commons.jci.stores
-
Store just in memory
- MemoryResourceStore() - Constructor for class org.apache.commons.jci.stores.MemoryResourceStore
O
- observer - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onDirectoryChange(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onDirectoryChange(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onDirectoryChange(File) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- onDirectoryChange(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onDirectoryCreate(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onDirectoryCreate(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onDirectoryCreate(File) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- onDirectoryCreate(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onDirectoryDelete(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onDirectoryDelete(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onDirectoryDelete(File) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- onDirectoryDelete(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onFileChange(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onFileChange(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onFileChange(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onFileCreate(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onFileCreate(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onFileCreate(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onFileDelete(File) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onFileDelete(File) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onFileDelete(File) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onStart() - Method in interface org.apache.commons.jci.stores.Transactional
- onStart() - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
- onStart(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onStart(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.CompilingListener
- onStart(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onStart(FilesystemAlterationObserver) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- onStop() - Method in interface org.apache.commons.jci.stores.Transactional
- onStop() - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
- onStop(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- onStop(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.FileChangeListener
- onStop(FilesystemAlterationObserver) - Method in class org.apache.commons.jci.listeners.ReloadingListener
- onStop(FilesystemAlterationObserver) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationListener
- org.apache.commons.jci - package org.apache.commons.jci
- org.apache.commons.jci.compilers - package org.apache.commons.jci.compilers
-
Interfaces and abstract classes for the compiler abstraction itself.
- org.apache.commons.jci.listeners - package org.apache.commons.jci.listeners
-
Special FAM listeners for just collecting FAM statistics, to compilation or class reloading.
- org.apache.commons.jci.monitor - package org.apache.commons.jci.monitor
-
Monitor to keep track of changes on the local filesystem.
- org.apache.commons.jci.problems - package org.apache.commons.jci.problems
-
Compilation problems and related.
- org.apache.commons.jci.readers - package org.apache.commons.jci.readers
-
Readers to read resources from.
- org.apache.commons.jci.stores - package org.apache.commons.jci.stores
-
Stores to store the compilation results in.
- org.apache.commons.jci.utils - package org.apache.commons.jci.utils
-
Utilities
P
- problemHandler - Variable in class org.apache.commons.jci.compilers.AbstractJavaCompiler
R
- read(String) - Method in class org.apache.commons.jci.stores.FileResourceStore
- read(String) - Method in class org.apache.commons.jci.stores.MemoryResourceStore
- read(String) - Method in interface org.apache.commons.jci.stores.ResourceStore
- read(String) - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
- relative(File, File) - Static method in class org.apache.commons.jci.utils.ConversionUtils
- ReloadingClassLoader - Class in org.apache.commons.jci
-
The ReloadingClassLoader uses a delegation mechansim to allow classes to be reloaded.
- ReloadingClassLoader(ClassLoader) - Constructor for class org.apache.commons.jci.ReloadingClassLoader
- ReloadingListener - Class in org.apache.commons.jci.listeners
-
This Listener waits for FAM events to trigger a reload of classes or resources.
- ReloadingListener() - Constructor for class org.apache.commons.jci.listeners.ReloadingListener
- ReloadingListener(ResourceStore) - Constructor for class org.apache.commons.jci.listeners.ReloadingListener
- ReloadNotificationListener - Interface in org.apache.commons.jci.listeners
-
Classes implementing this interface can get notified by ReloadingListeners
- remove(String) - Method in class org.apache.commons.jci.readers.MemoryResourceReader
- remove(String) - Method in class org.apache.commons.jci.stores.FileResourceStore
- remove(String) - Method in class org.apache.commons.jci.stores.MemoryResourceStore
- remove(String) - Method in interface org.apache.commons.jci.stores.ResourceStore
- remove(String) - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
- removeListener(FilesystemAlterationListener) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- removeListener(FilesystemAlterationListener) - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
- removeListener(FilesystemAlterationListener) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
- removeResourceStore(ResourceStore) - Method in class org.apache.commons.jci.ReloadingClassLoader
- ResourceReader - Interface in org.apache.commons.jci.readers
-
A ResourceReader provide acces to resource like e.g.
- ResourceStore - Interface in org.apache.commons.jci.stores
-
A Store is where the compilers are storing the results
- ResourceStoreClassLoader - Class in org.apache.commons.jci.stores
-
A ClassLoader backed by an array of ResourceStores
- ResourceStoreClassLoader(ClassLoader, ResourceStore[]) - Constructor for class org.apache.commons.jci.stores.ResourceStoreClassLoader
- RhinoCompilationProblem - Class in org.apache.commons.jci.compilers
- RhinoCompilationProblem(String, String, int, String, int, boolean) - Constructor for class org.apache.commons.jci.compilers.RhinoCompilationProblem
- RhinoJavaCompiler - Class in org.apache.commons.jci.compilers
- RhinoJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompiler
- RhinoJavaCompilerSettings - Class in org.apache.commons.jci.compilers
- RhinoJavaCompilerSettings() - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompilerSettings
- run() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
S
- setClassAssertionStatus(String, boolean) - Method in class org.apache.commons.jci.ReloadingClassLoader
- setCompilationProblemHandler(CompilationProblemHandler) - Method in class org.apache.commons.jci.compilers.AbstractJavaCompiler
- setCompilationProblemHandler(CompilationProblemHandler) - Method in interface org.apache.commons.jci.compilers.JavaCompiler
-
Set the the handler that gets the notification of an error or warning as soon as this information is available from the compiler.
- setDebug(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- setDefaultAssertionStatus(boolean) - Method in class org.apache.commons.jci.ReloadingClassLoader
- setDeprecations(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- setInterval(long) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
-
Set the delay between calls to the observers.
- setPackageAssertionStatus(String, boolean) - Method in class org.apache.commons.jci.ReloadingClassLoader
- setSourceEncoding(String) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- setSourceVersion(String) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- setTargetVersion(String) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- setVerbose(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
-
Deprecated.
- setWarnings(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
- signals() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- start() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- stop() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
- stripExtension(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
-
Please do not use - internal org/my/Class.xxx -> org/my/Class
T
- toJavaCasing(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
- toString() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
- toString() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
- toString() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
- toString() - Method in class org.apache.commons.jci.compilers.JaninoCompilationProblem
- toString() - Method in class org.apache.commons.jci.stores.FileResourceStore
- toString() - Method in class org.apache.commons.jci.stores.MemoryResourceStore
- toString() - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
- Transactional - Interface in org.apache.commons.jci.stores
-
Receive start/stop events
- TransactionalResourceStore - Class in org.apache.commons.jci.stores
-
A TransactionalResourceStore get signals of the compilation process as a whole.
- TransactionalResourceStore(ResourceStore) - Constructor for class org.apache.commons.jci.stores.TransactionalResourceStore
W
- waitForCheck() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
-
wait for the next filesystem check to happen
- waitForEvent() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
- waitForFirstCheck() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
-
we don't reset the signal so if there was a check it is already true and exit immediatly otherwise it will behave just like waitForCheck()
- write(String, byte[]) - Method in class org.apache.commons.jci.stores.FileResourceStore
- write(String, byte[]) - Method in class org.apache.commons.jci.stores.MemoryResourceStore
- write(String, byte[]) - Method in interface org.apache.commons.jci.stores.ResourceStore
- write(String, byte[]) - Method in class org.apache.commons.jci.stores.TransactionalResourceStore
All Classes All Packages