A C D E F G H I J L M N O P Q R S T V W 
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
 
AbstractFilesystemAlterationListener.Signal - Class in org.apache.commons.jci.listeners
 
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

changed - Variable in class org.apache.commons.jci.listeners.FileChangeListener
 
changedDirectories - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
changedFiles - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
checkAndNotify() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserver
 
checkAndNotify() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
checkEntries() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
checkSignal - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
children - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
classCache - Variable in class org.apache.commons.jci.compilers.JavaCompilerFactory
 
classloader - Variable in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
clazzName - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
clearAssertionStatus() - Method in class org.apache.commons.jci.ReloadingClassLoader
 
column - Variable in class org.apache.commons.jci.compilers.RhinoCompilationProblem
 
CommandlineCompiler - Class in org.apache.commons.jci.examples.commandline
A simple front end to jci mimicking the javac command line
CommandlineCompiler() - Constructor for class org.apache.commons.jci.examples.commandline.CommandlineCompiler
 
compareChildren() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
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
 
CompilationUnit(ResourceReader, String) - Constructor for class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
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 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
 
compileClass(Context, String) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
compileClass(Context, String, String, Class<?>, Class<?>[]) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
compiler - Variable in class org.apache.commons.jci.listeners.CompilingListener
 
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
 
Configurable - Interface in org.apache.commons.jci.examples.configuration
 
ConfigurationException - Exception in org.apache.commons.jci.examples.configuration
 
ConfigurationException() - Constructor for exception org.apache.commons.jci.examples.configuration.ConfigurationException
 
ConfigurationReloading - Class in org.apache.commons.jci.examples.configuration
 
ConfigurationReloading() - Constructor for class org.apache.commons.jci.examples.configuration.ConfigurationReloading
 
configure(Properties) - Method in interface org.apache.commons.jci.examples.configuration.Configurable
 
configure(Properties) - Method in class org.apache.commons.jci.examples.configuration.Something
 
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
convertRequestToServletClassname(HttpServletRequest) - Method in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
convertResourceToClassName(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
Please do not use - internal org/my/Class.xxx -> org.my.Class
createArrayFromSet() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
createCompiler(String) - Method in class org.apache.commons.jci.compilers.JavaCompilerFactory
Tries to guess the class name by convention.
createdDirectories - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
createDefaultSettings() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler
 
createDefaultSettings() - Method in class org.apache.commons.jci.compilers.GroovyJavaCompiler
 
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
 
createdFiles - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 

D

debug - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
defaultEclipseSettings - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
 
defaultSettings - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler
 
defaultSettings - Variable in class org.apache.commons.jci.compilers.GroovyJavaCompiler
 
defaultSettings - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler
 
delay - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
delay between calls to FilesystemAlterationObserver.checkAndNotify(), default 3000 ms
delegate - Variable in class org.apache.commons.jci.ReloadingClassLoader
 
deleteChildrenAndNotify() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
deletedDirectories - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
deletedFiles - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
deprecations - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
destroy() - Method in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 

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
 
EclipseJavaCompiler.CompilationUnit - Class in org.apache.commons.jci.compilers
 
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
 
endColumn - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
endLine - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
Entry(FilesystemAlterationObserverImpl.MonitorFile) - Constructor for class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
error - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
error - Variable in class org.apache.commons.jci.compilers.RhinoCompilationProblem
 
error(String, String, int, String, int) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader.ProblemCollector
 
errors - Variable in class org.apache.commons.jci.compilers.CompilationResult
 
evaluate(Context, String) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
eventSignal - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
exists() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFile
 
exists() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 

F

fam - Variable in class org.apache.commons.jci.examples.configuration.ConfigurationReloading
 
fam - Variable in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
fastFindClass(String) - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 
file - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
file - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
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
 
fileName - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
fileName - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
fileName - Variable in class org.apache.commons.jci.compilers.RhinoCompilationProblem
 
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
 
FilesystemAlterationObserverImpl.Entry - Class in org.apache.commons.jci.monitor
 
FilesystemAlterationObserverImpl.MonitorFile - Interface in org.apache.commons.jci.monitor
 
FilesystemAlterationObserverImpl.MonitorFileImpl - Class in org.apache.commons.jci.monitor
 
findClass(String) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
findClass(String) - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 

G

generateJavaSource(String, File) - Method in class org.apache.commons.jci.examples.serverpages.JspGenerator
 
getBytes(String) - Method in class org.apache.commons.jci.examples.serverpages.JspReader
 
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
 
getContents() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
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.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.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
 
getFile() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
getFile(String) - Method in class org.apache.commons.jci.stores.FileResourceStore
 
getFileName() - Method in class org.apache.commons.jci.compilers.EclipseCompilationProblem
 
getFileName() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
getFileName() - Method in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
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
 
getId() - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 
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
 
getMainTypeName() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
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.RhinoCompilationProblem
 
getMessage() - Method in interface org.apache.commons.jci.problems.CompilationProblem
the description of the problem
getName() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
getName() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFile
 
getName() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
getName(String) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
getPackageName() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
getProblems() - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
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.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.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

ignoreOptionalProblems() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
init() - Method in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
INSTANCE - Static variable in class org.apache.commons.jci.compilers.JavaCompilerFactory
Deprecated.
will be remove after the next release, please create an instance yourself
isAvailable(String) - Method in class org.apache.commons.jci.examples.serverpages.JspReader
 
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
 
isDirectory() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFile
 
isDirectory() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
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.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

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
 
JspGenerator - Class in org.apache.commons.jci.examples.serverpages
 
JspGenerator() - Constructor for class org.apache.commons.jci.examples.serverpages.JspGenerator
 
jspListener - Variable in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
JspReader - Class in org.apache.commons.jci.examples.serverpages
 
JspReader(Map<String, byte[]>, ResourceReader) - Constructor for class org.apache.commons.jci.examples.serverpages.JspReader
 

L

lastModified - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
lastModified() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFile
 
lastModified() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
lastResult - Variable in class org.apache.commons.jci.listeners.CompilingListener
 
lastType - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
line - Variable in class org.apache.commons.jci.compilers.RhinoCompilationProblem
 
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. 
list(File, List<String>) - Method in class org.apache.commons.jci.readers.FileResourceReader
Deprecated. 
list(File, List<String>) - Method in class org.apache.commons.jci.stores.FileResourceStore
Deprecated. 
listeners - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
listenersSet - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
listFiles() - Method in interface org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFile
 
listFiles() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
loadClass(String) - Method in class org.apache.commons.jci.ReloadingClassLoader
 
loadClass(String, boolean) - Method in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 
log - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler
 
log - Variable in class org.apache.commons.jci.compilers.GroovyJavaCompiler
 
log - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler
 
log - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
log - Variable in class org.apache.commons.jci.listeners.CompilingListener
 
log - Variable in class org.apache.commons.jci.listeners.ReloadingListener
 
log - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
log - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
log - Variable in class org.apache.commons.jci.ReloadingClassLoader
 
log - Variable in class org.apache.commons.jci.stores.MemoryResourceStore
 
log - Variable in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 

M

main(String[]) - Static method in class org.apache.commons.jci.examples.commandline.CommandlineCompiler
 
main(String[]) - Static method in class org.apache.commons.jci.examples.configuration.ConfigurationReloading
 
markNotChanged() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
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
 
message - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
message - Variable in class org.apache.commons.jci.compilers.RhinoCompilationProblem
 
MonitorFileImpl(File) - Constructor for class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 

N

nativeVersions - Static variable in class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
 
needsToBeDeleted() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
notificationListeners - Variable in class org.apache.commons.jci.listeners.ReloadingListener
 
notifyOnDirectoryChange(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnDirectoryCreate(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnDirectoryDelete(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnFileChange(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnFileCreate(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnFileDelete(FilesystemAlterationObserverImpl.Entry) - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnStart() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyOnStop() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
notifyReloadNotificationListeners() - Method in class org.apache.commons.jci.listeners.ReloadingListener
 

O

observer - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
observers - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
observersLock - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
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.examples.commandline - package org.apache.commons.jci.examples.commandline
Example demonstrating a simple front end to jci mimicking the javac command line.
org.apache.commons.jci.examples.configuration - package org.apache.commons.jci.examples.configuration
Example demonstrating auto-reloading of configurations.
org.apache.commons.jci.examples.serverpages - package org.apache.commons.jci.examples.serverpages
Example how to use jci to build a simple JSP servlet.
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

packageName - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
parent - Variable in class org.apache.commons.jci.ReloadingClassLoader
 
problem - Variable in class org.apache.commons.jci.compilers.EclipseCompilationProblem
 
ProblemCollector() - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader.ProblemCollector
 
problemHandler - Variable in class org.apache.commons.jci.compilers.AbstractJavaCompiler
 
problems - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 

Q

quote(String) - Method in class org.apache.commons.jci.examples.serverpages.JspGenerator
 

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
 
reader - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 
reader - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
reader - Variable in class org.apache.commons.jci.examples.serverpages.JspReader
 
reader - Variable in class org.apache.commons.jci.listeners.CompilingListener
 
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.
resources - Variable in class org.apache.commons.jci.readers.MemoryResourceReader
 
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
 
RhinoCompilingClassLoader(ResourceReader, ResourceStore, ClassLoader) - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
RhinoJavaCompiler - Class in org.apache.commons.jci.compilers
 
RhinoJavaCompiler() - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompiler
 
RhinoJavaCompiler.RhinoCompilingClassLoader - Class in org.apache.commons.jci.compilers
based on code from dev.helma.org http://dev.helma.org/source/file/helma/branches/rhinoloader/src/org/helma/javascript/RhinoLoader.java/?revision=95
RhinoJavaCompiler.RhinoCompilingClassLoader.ProblemCollector - Class in org.apache.commons.jci.compilers
 
RhinoJavaCompilerSettings - Class in org.apache.commons.jci.compilers
 
RhinoJavaCompilerSettings() - Constructor for class org.apache.commons.jci.compilers.RhinoJavaCompilerSettings
 
root - Variable in class org.apache.commons.jci.readers.FileResourceReader
 
root - Variable in class org.apache.commons.jci.stores.FileResourceStore
 
rootDirectory - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
rootEntry - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl
 
run() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
run(String[]) - Method in class org.apache.commons.jci.examples.configuration.ConfigurationReloading
 
running - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
runtimeError(String, String, int, String, int) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader.ProblemCollector
 

S

scope - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
serialVersionUID - Static variable in exception org.apache.commons.jci.examples.configuration.ConfigurationException
 
serialVersionUID - Static variable in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
ServerPageServlet - Class in org.apache.commons.jci.examples.serverpages
A mini JSP servlet that monitors a certain directory and recompiles and then instantiates the JSP pages as soon as they have changed.
ServerPageServlet() - Constructor for class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
servletsByClassname - Variable in class org.apache.commons.jci.examples.serverpages.ServerPageServlet
 
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
 
settings - Variable in class org.apache.commons.jci.compilers.GroovyJavaCompilerSettings
 
setVerbose(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
Deprecated. 
setWarnings(boolean) - Method in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
Signal() - Constructor for class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener.Signal
 
signals() - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
Something - Class in org.apache.commons.jci.examples.configuration
 
Something() - Constructor for class org.apache.commons.jci.examples.configuration.Something
 
sourceEncoding - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
sources - Variable in class org.apache.commons.jci.examples.serverpages.JspReader
 
sourceVersion - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
start() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
startColumn - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
startLine - Variable in class org.apache.commons.jci.compilers.GroovyCompilationProblem
 
stop() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
store - Variable in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader
 
store - Variable in class org.apache.commons.jci.listeners.ReloadingListener
 
store - Variable in class org.apache.commons.jci.stores.MemoryResourceStore
 
store - Variable in class org.apache.commons.jci.stores.TransactionalResourceStore
 
stores - Variable in class org.apache.commons.jci.ReloadingClassLoader
 
stores - Variable in class org.apache.commons.jci.stores.ResourceStoreClassLoader
 
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

targetVersion - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
thread - Variable in class org.apache.commons.jci.monitor.FilesystemAlterationMonitor
 
toJavaCasing(String) - Static method in class org.apache.commons.jci.utils.ConversionUtils
 
toNativeSettings() - Method in class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
 
toNativeVersion(String) - Method in class org.apache.commons.jci.compilers.EclipseJavaCompilerSettings
 
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.monitor.FilesystemAlterationObserverImpl.Entry
 
toString() - Method in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.MonitorFileImpl
 
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
 
transactionalStore - Variable in class org.apache.commons.jci.listeners.CompilingListener
 
triggered - Variable in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener.Signal
 
TYPE_DIRECTORY - Static variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
TYPE_FILE - Static variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
TYPE_UNKNOWN - Static variable in class org.apache.commons.jci.monitor.FilesystemAlterationObserverImpl.Entry
 
typeName - Variable in class org.apache.commons.jci.compilers.EclipseJavaCompiler.CompilationUnit
 

V

verbose - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
Deprecated. 

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()
waitForSignal(AbstractFilesystemAlterationListener.Signal, int) - Method in class org.apache.commons.jci.listeners.AbstractFilesystemAlterationListener
 
warning(String, String, int, String, int) - Method in class org.apache.commons.jci.compilers.RhinoJavaCompiler.RhinoCompilingClassLoader.ProblemCollector
 
warnings - Variable in class org.apache.commons.jci.compilers.CompilationResult
 
warnings - Variable in class org.apache.commons.jci.compilers.JavaCompilerSettings
 
wrap(StringBuilder, Writer) - Method in class org.apache.commons.jci.examples.serverpages.JspGenerator
 
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
 
A C D E F G H I J L M N O P Q R S T V W 
All Classes All Packages