- CLASS - Static variable in interface org.codehaus.commons.compiler.java8.java.util.function.Consumer
-
- ClassBodyDemo - Class in org.codehaus.commons.compiler.samples
-
- Classes - Class in org.codehaus.commons.compiler.util.reflect
-
Utility methods related to
Class
.
- classFileCreator - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
Implements the "write side" of the JAVAC -d
option.
- classFileFinder - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
Implements the "read side" of the JAVAC -d
option.
- ClassLoaders - Class in org.codehaus.commons.compiler.lang
-
- classPath - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
The classpath of the currently executing JRE.
- CLASSPATH_CLASS_LOADER - Static variable in class org.codehaus.commons.compiler.lang.ClassLoaders
-
The
ClassLoader
that loads the classes on the currently executing JVM's "class path", i.e. the JARs in
the JRE's "lib" and "lib/ext" directories, and the JARs and class directories specified through the class path.
- compile(File[]) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- compile(File[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Reads a set of Java compilation units (a.k.a.
- compile(Resource[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- compileErrorHandler - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
- CompileException - Exception in org.codehaus.commons.compiler
-
Representation of an error condition during compilation.
- CompileException(String, Location) - Constructor for exception org.codehaus.commons.compiler.CompileException
-
An infix "NYI"
in the message string indicates that the compiler has a known limitation here.
- CompileException(String, Location, Throwable) - Constructor for exception org.codehaus.commons.compiler.CompileException
-
An infix "NYI"
in the message string indicates that the compiler has a known limitation here.
- CompilerDemo - Class in org.codehaus.commons.compiler.samples
-
A drop-in replacement for the JDK's JAVAC
tool.
- CompilerFactoryFactory - Class in org.codehaus.commons.compiler
-
- concat(Reader...) - Static method in class org.codehaus.commons.compiler.io.Readers
-
- concat(Iterable<Reader>) - Static method in class org.codehaus.commons.compiler.io.Readers
-
- confine(PrivilegedAction<R>) - Method in class org.codehaus.commons.compiler.Sandbox
-
Runs the given
action, confined by the permissions configured through the
constructor
.
- confine(PrivilegedExceptionAction<R>) - Method in class org.codehaus.commons.compiler.Sandbox
-
- consume(char) - Method in class org.codehaus.commons.compiler.util.LineAndColumnTracker
-
Consumes the next character of the stream.
- Consumer<T> - Interface in org.codehaus.commons.compiler.java8.java.util.function
-
Facade for Java 8's java.util.reflect.Consumer
interface.
- Consumers - Class in org.codehaus.commons.compiler.java8.java.util.function
-
- cook(String, Reader) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(Reader) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(InputStream) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(String, InputStream) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(InputStream, String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(String, InputStream, String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(String, String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cook(String, Reader) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
Reader
.
- cook(Reader) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
Reader
.
- cook(InputStream) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
InputStream
, encoded
in the "platform default encoding".
- cook(String, InputStream) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
InputStream
, encoded
in the "platform default encoding".
- cook(InputStream, String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
InputStream
with the given
encoding
.
- cook(String, InputStream, String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
InputStream
with the given
encoding
.
- cook(String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
String
.
- cook(String, String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
String
.
- cook(Reader...) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(String[], Reader[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(String[], String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(InputStream...) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(InputStream[], String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(String[], InputStream[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(String[], InputStream[], String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cook(Reader...) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- cook(String[], Reader[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- cook(String[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- cook(String[], String[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- cook(InputStream...) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(String[], InputStream[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(InputStream[], String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(String[], InputStream[], String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(String[], String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(String[], Reader[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cook(Reader...) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- Cookable - Class in org.codehaus.commons.compiler
-
- Cookable() - Constructor for class org.codehaus.commons.compiler.Cookable
-
- cookFile(File) - Method in class org.codehaus.commons.compiler.Cookable
-
- cookFile(File, String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cookFile(String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cookFile(String, String) - Method in class org.codehaus.commons.compiler.Cookable
-
- cookFile(File) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
File
, encoded in the "platform default
encoding".
- cookFile(File, String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the given
File
with the given
encoding
.
- cookFile(String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the named file, encoded in the "platform default encoding".
- cookFile(String, String) - Method in interface org.codehaus.commons.compiler.ICookable
-
Reads, scans, parses and compiles Java tokens from the named file with the given encoding.
- cookFiles(File[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cookFiles(File[], String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cookFiles(String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cookFiles(String[], String[]) - Method in interface org.codehaus.commons.compiler.IMultiCookable
-
- cookFiles(File[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cookFiles(File[], String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cookFiles(String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- cookFiles(String[], String[]) - Method in class org.codehaus.commons.compiler.MultiCookable
-
- copy(InputStream, OutputStream) - Static method in class org.codehaus.commons.compiler.io.InputStreams
-
- copy(Reader, Writer) - Static method in class org.codehaus.commons.compiler.io.Readers
-
- create() - Static method in class org.codehaus.commons.compiler.util.LineAndColumnTracker
-
- CREATE_NEXT_TO_SOURCE_FILE - Static variable in interface org.codehaus.commons.compiler.ICompiler
-
- createFastEvaluator(String, Class<? extends T>, String...) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- createFastEvaluator(Reader, Class<? extends T>, String...) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- createFastEvaluator(String, Class<T>, String[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- createFastEvaluator(Reader, Class<T>, String[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
If the parameter and return types of the expression are known at compile time, then a "fast" script evaluator
can be instantiated through this method.
- createInstance(Reader) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Scans, parses and compiles a class body from the tokens delivered by the the given
Reader
, then creates
and returns an instance of that class.
- createObject(Class<?>, String) - Static method in class org.codehaus.commons.compiler.samples.DemoBase
-
Creates an instance of the given type, by calling the single-string-parameter constructor, or, if
the value equals "", the zero-parameter constructor.
- createResource(String) - Method in class org.codehaus.commons.compiler.util.resource.FileResourceCreator
-
- createResource(String) - Method in class org.codehaus.commons.compiler.util.resource.MapResourceCreator
-
- createResource(String) - Method in interface org.codehaus.commons.compiler.util.resource.ResourceCreator
-
Creates the designated resource.
- Sandbox - Class in org.codehaus.commons.compiler
-
- Sandbox(PermissionCollection) - Constructor for class org.codehaus.commons.compiler.Sandbox
-
- ScriptDemo - Class in org.codehaus.commons.compiler.samples
-
- set(T) - Method in class org.codehaus.commons.compiler.util.iterator.FilterListIterator
-
- setBootClassPath(File[]) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setBootClassPath(File[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setCharacterEncoding(String) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setCharacterEncoding(String) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setClassFileCreator(ResourceCreator) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setClassFileCreator(ResourceCreator) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setClassFileFinder(ResourceFinder, boolean) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setClassFileFinder(ResourceFinder) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setClassFileFinder(ResourceFinder, boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent with {@code setClassFileFinder(rebuild ?
- setClassFileFinder(ResourceFinder) - Method in interface org.codehaus.commons.compiler.ICompiler
-
This
ResourceFinder
is used to check whether a
.class
resource already exists and is younger
than the
.java
resource from which it was generated.
- setClassName(String) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Sets the name of the generated class.
- setClassName(String) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setClassName(String) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setClassPath(File[]) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setClassPath(File[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setColumnNumber(int) - Method in class org.codehaus.commons.compiler.util.LineAndColumnTracker
-
Sets the "current column number" to the given value.
- setCompileErrorHandler(ErrorHandler) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setCompileErrorHandler(ErrorHandler) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
- setCompileErrorHandler(ErrorHandler) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setCompileErrorHandler(ErrorHandler) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setCompileErrorHandler(ErrorHandler) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setCompileErrorHandler(ErrorHandler) - Method in interface org.codehaus.commons.compiler.ISimpleCompiler
-
- setDebuggingInfo(boolean, boolean, boolean) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setDebuggingInformation(boolean, boolean, boolean) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Determines what kind of debugging information is included in the generates classes.
- setDebuggingInformation(boolean, boolean, boolean) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
Determines what kind of debugging information is included in the generates classes.
- setDebuggingInformation(boolean, boolean, boolean) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Determines what kind of debugging information is included in the generates classes.
- setDebuggingInformation(boolean, boolean, boolean) - Method in interface org.codehaus.commons.compiler.ISimpleCompiler
-
Determines what kind of debugging information is included in the generates classes.
- setDebugLines(boolean) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setDebugLines(boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of -g:lines
.
- setDebugSource(boolean) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setDebugSource(boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of -g:source
.
- setDebugVars(boolean) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setDebugVars(boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of -g:vars
.
- setDefaultExpressionType(Class<?>) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
Reconfigures the "default expression type"; if no expression type is configured for an expression, then, when
cooking this
IExpressionEvaluator
, the "default expression type" is used for the expression
- setDefaultImports(String...) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
"Default imports" add to the system import "java.lang", i.e. the evaluator may refer to classes imported by
default imports without having to explicitly declare IMPORT statements.
- setDefaultImports(String...) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setDefaultImports(String...) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setDefaultReturnType(Class<?>) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
When this
IScriptEvaluator
is coooked, then the
defaultReturnType applies to all scripts for
which no explicit return type was configured.
- setDestinationDirectory(File, boolean) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setDestinationDirectory(File, boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of
-d and
-rebuild
.
- setEncoding(Charset) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setEncoding(Charset) - Method in interface org.codehaus.commons.compiler.ICompiler
-
The equivalent of JAVA's "-encoding
" command line option.
- setExpressionType(Class<?>) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
Defines the type of the expression.
- setExpressionTypes(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
Configures the types of the expressions.
- setExtendedClass(Class<?>) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Sets a particular superclass that the generated class will extend.
- setExtendedClass(Class<?>) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setExtendedClass(Class<?>) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setExtendedType(Class<?>) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
- setExtensionDirectories(File[]) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setExtensionDirectories(File[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of -extdirs
.
- setImplementedInterfaces(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
Sets a particular set of interfaces that the generated class will implement.
- setImplementedInterfaces(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
Configures the interfaces that the generated class implements.
- setImplementedInterfaces(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setImplementedTypes(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
- setLastModified(long) - Method in class org.codehaus.commons.compiler.util.resource.MapResourceFinder
-
- setLineNumber(int) - Method in class org.codehaus.commons.compiler.util.LineAndColumnTracker
-
Sets the "current line number" to the given value.
- setMethodName(String) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setMethodName(String) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines the name of the generated method.
- setMethodNames(String[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setMethodNames(String[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setOverrideMethod(boolean) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setOverrideMethod(boolean[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setOverrideMethod(boolean) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines whether the generated method overrides a methods declared in a supertype.
- setOverrideMethod(boolean[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setParameters(String[], Class<?>[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setParameters(String[][], Class<?>[][]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setParameters(String[], Class<?>[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines the names and types of the parameters of the generated method.
- setParameters(String[][], Class<?>[][]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setParentClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
The "parent class loader" is used to load referenced classes.
- setParentClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
The "parent class loader" is used to load referenced classes.
- setParentClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
The "parent class loader" is used to load referenced classes.
- setParentClassLoader(ClassLoader) - Method in interface org.codehaus.commons.compiler.ISimpleCompiler
-
The "parent class loader" is used to load referenced classes.
- setProtectionDomainFactory(AbstractJavaSourceClassLoader.ProtectionDomainFactory) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setReturnType(Class<?>) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setReturnType(Class<?>) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines the return type of the generated method.
- setReturnTypes(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Configures the return types of the generated methods.
- setSourceCharset(Charset) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setSourceCharset(Charset) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setSourceCharset(Charset) - Method in interface org.codehaus.commons.compiler.ICompiler
-
- setSourceFileCharacterEncoding(String) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setSourceFinder(ResourceFinder) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setSourceFinder(ResourceFinder) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setSourceFinder(ResourceFinder) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Finds more .java
resources that need to be compiled, i.e. implements JAVAC's -sourcepath
option.
- setSourcePath(File[]) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setSourcePath(File[]) - Method in class org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
-
- setSourcePath(File[]) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of --source-path
.
- setSourceVersion(int) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setSourceVersion(int) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Specifies the version of source code accepted, in analogy with JAVAC's -source
command line option.
- setSourceVersion(int) - Method in interface org.codehaus.commons.compiler.ICookable
-
Specifies the version of source code accepted, in analogy with JAVAC's -source
command line option.
- setStaticMethod(boolean) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setStaticMethod(boolean[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setStaticMethod(boolean) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines whether the generated method should be STATIC or not.
- setStaticMethod(boolean[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setTabWidth(int) - Method in class org.codehaus.commons.compiler.util.LineAndColumnTracker
-
Reconfigures the TAB width.
- setTargetVersion(int) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setTargetVersion(int) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Generates class files that target a specified release of the virtual machine, in analogy with JAVAC's -target
command line option.
- setTargetVersion(int) - Method in interface org.codehaus.commons.compiler.ICookable
-
Generates class files that target a specified release of the virtual machine, in analogy with JAVAC's -target
command line option.
- setThrownExceptions(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setThrownExceptions(Class<?>[][]) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
- setThrownExceptions(Class<?>[]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
Defines the exceptions that the generated method may throw.
- setThrownExceptions(Class<?>[][]) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
- setVerbose(boolean) - Method in interface org.codehaus.commons.compiler.ICompiler
-
Equivalent of -verbose
.
- setWarningHandler(WarningHandler) - Method in class org.codehaus.commons.compiler.AbstractCompiler
-
- setWarningHandler(WarningHandler) - Method in interface org.codehaus.commons.compiler.IClassBodyEvaluator
-
By default, warnings are discarded, but an application my install a custom
WarningHandler
.
- setWarningHandler(WarningHandler) - Method in interface org.codehaus.commons.compiler.ICompiler
-
By default, warnings are discarded, but an application my install a custom
WarningHandler
.
- setWarningHandler(WarningHandler) - Method in interface org.codehaus.commons.compiler.IExpressionEvaluator
-
By default, warnings are discarded, but an application my install a custom
WarningHandler
.
- setWarningHandler(WarningHandler) - Method in interface org.codehaus.commons.compiler.IScriptEvaluator
-
By default, warnings are discarded, but an application my install a custom
WarningHandler
.
- setWarningHandler(WarningHandler) - Method in interface org.codehaus.commons.compiler.ISimpleCompiler
-
By default, warnings are discarded, but an application my install a custom
WarningHandler
.
- ShippingCost - Class in org.codehaus.commons.compiler.samples
-
- size() - Method in class org.codehaus.commons.compiler.util.iterator.IteratorCollection
-
- sourceCharset - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
Implements the JAVAC -encoding
option.
- sourceFinder - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
Implements the JAVAC -sourcepath
option.
- sourceVersion - Variable in class org.codehaus.commons.compiler.AbstractCompiler
-
- Stream<T> - Class in org.codehaus.commons.compiler.java8.java.util.stream
-
Pre-Java-8-compatible facade for Java 8's java.util.stream.Stream
class.
- Stream(Object) - Constructor for class org.codehaus.commons.compiler.java8.java.util.stream.Stream
-
- StringPattern - Class in org.codehaus.commons.compiler.util
-
Implementation of a UNIX shell-like string pattern algorithm.
- StringPattern(int, String) - Constructor for class org.codehaus.commons.compiler.util.StringPattern
-
- StringPattern(String) - Constructor for class org.codehaus.commons.compiler.util.StringPattern
-
- StringResource - Class in org.codehaus.commons.compiler.util.resource
-
A resource who's content is a
String
.
- StringResource(String, String) - Constructor for class org.codehaus.commons.compiler.util.resource.StringResource
-
- stringToType(String) - Static method in class org.codehaus.commons.compiler.samples.DemoBase
-
- stringToTypes(String) - Static method in class org.codehaus.commons.compiler.samples.DemoBase
-
Converts the given comma-separated list of class names to an array of
Class
es.
- StringUtil - Class in org.codehaus.commons.compiler.util
-
Utility methods related to
String
.
- SystemProperties - Class in org.codehaus.commons.compiler.util
-