Interface | Description |
---|---|
FileVisitor.Listable | |
GlobalStatus.StatusesProducer | |
GlobalStatus.StatusProducer | |
GlobalStatus.SystemStatusProducer | |
JavaCompiler.CompilationException | |
Out.Flusher |
See
Out.flush() method. |
PluginSet |
PluginSet interface is recommended to be used
in large applications as a tool for enumerating plugin
classes, i.e. |
Reflection.ClassLoaderFactory |
ClassLoaderFactory interface should produce some ClassLoader for
given ClassLoader identifier.
|
Reflection.WithClassPath |
This interface should be implemented by a ClassLoader ineritor
that allows to get list of all class paths where it searches the classes.
|
RepresentableAsXml |
This interface can be implements by all objects that have
XML string representation in addition to usual string form
returned by
toString() method. |
TrueStatic |
A marker interface that disables overloading classes by
DCO system. |
Class | Description |
---|---|
AbstractException.Info | |
BinaryIO |
A collection of static methods for reading and writing binary files.
|
ColorBuffers |
Easy-to-use library for creating BufferedImage on the base of pixel arrays.
|
Directory |
A simple inheritor of standard
java.io.File
for representing directories. |
FileVisitor |
Implementation of visitor pattern for scanning
all files in some directory.
|
FileVisitor.Copier | |
FileVisitor.Filtered | |
FileVisitor.Lister | |
FileVisitor.Mover | |
FileVisitor.Remover | |
FriendlyWrapper | |
GlobalProperties |
This class offers a global store for different string properties.
|
GlobalStatus |
Implements global status line support.
|
GlobalStatus.StatusShower | |
JavaCompiler |
Allows to use external Java compilers (as
com.sun.tools.javac )
to compile and load new Java classes and Java formulas |
JavaCompiler.CompilationResults | |
JavaCompiler.EvalReturn | |
JavaCompiler.MathFunctionsForFormulaInternal |
This class is designed for internal use by
evalXxx methods only. |
JavaCompiler.UsedTool | |
JavaCompiler.UsedTool.CompilationResults | |
JVM |
A collection of static methods for getting Java Virtual Machine
information, in particular, for JVM version control.
|
LazyString | |
Ma |
An analog of standard
java.lang.Math class. |
Memory |
Miscellaneous tools for memory manager control.
|
Out |
A collection of static methods providing advanced output
to
System.out , mostly for debugging needs. |
QuickLoadableImage |
A very simple image object that can be loaded from the file with maximal speed.
|
QuickSerializer |
A simple tool for quick serialization of some data types.
|
Reflection |
Dynamic Class Overloading system and miscellaneous reflection tools.
|
Reflection.DynamicClassOverloader | |
StrictMa |
An analog of standard
java.lang.StrictMath class. |
Strings |
Library of tools for working with strings.
|
Strings.NextInfo | |
TextIO |
A tool for reading and writing text files.
|
TextIO.ForCharset |
An implementation of
TextIO class that writes and reads text files
in encodings specified by their names (as the second argument of
InputStreamReader and OutputStreamWriter constructors). |
TextIO.SystemDefault |
An implementation of
TextIO class that writes and reads text files
in the current system-dependent encoding. |
Timing |
An interface to native class allowing to measure the time
with high resolution.
|
Exception | Description |
---|---|
AbstractException |
Implements an idea of xml-based easily localized exceptions.
|
ArgumentRequiredException | |
JavaCompiler.CannotChangeSourceOfLoadedClassException | |
JavaCompiler.CannotCorrectClassException | |
JavaCompiler.LocalStaticException | |
JavaCompiler.ToolInvalidCallException | |
JavaCompiler.ToolNotFoundException | |
JVM.CannotCheckStackTrace |