Interface | Description |
---|---|
HeaderDecoder |
The interface for executable files header decoders.
|
Class | Description |
---|---|
ELFHeaderDecoder |
This class reads an Executable and Linkable Format (elf) executable file to detect if this File is for a 64 bits or a 32 bits
architecture.
|
ExecutableFinder |
This class allows to get a list of executables from a list of roots.
|
HexaDecoder |
An hexadecimal Encoder/Decoder.
|
HTMLColors |
Maintain a list of all html colors and allows to convert a color to its hexadecimal representation.
|
HTMLEscaper |
Escape String with HTML escape sequences to be usable in XML content.
|
JarDependenciesFinder |
This class allows to get the array or list of Class-Path dependencies of one jar file or a list of jar files.
|
JREVersionDetector |
This class allows to get the version of a JRE at a specified location, or check that this version is at least equal to a specified
version, or between two specified versions.
|
JREVersionDetector.JREConfig |
Represents the configuration of the JRE.
|
MachOHeaderDecoder |
This class reads a Mach-O executable File to detect if this File is for a 64 bits or a 32 bits architecture.
|
MacOSXUISetter |
This class allows to set options for the MAC OS X platform.
|
MessageBundle |
A message provider bundle.
|
MessageConstructor |
Construct a message with a template and a series of variables.
|
MessageProvider |
This class provides several bundles of messages.
|
NativeLibraryLoader |
This class allows to set the
java.library.path property after the start of the JVM. |
PEHeaderDecoder |
This class reads a Windows Portable Executable File to detect if this File is for a 64 bits or a 32 bits
architecture.
|
ProcessManager |
The process manager is able to manage external processes.
|
ResourceLoader |
Manages application resources.
|
SerializingCloner<C> |
This class allows to clone serializable objects which are not Cloneable.
|
StringUtils |
Provides several String utilities.
|
SystemUtils |
This class provides several System utilities.
|
Exception | Description |
---|---|
LoadLibraryException |
This exception may be thrown if a runtime call to
NativeLibraryLoader.loadLibraries(java.util.List) fails. |