| AbstractClassPathAugmenter |
Ancestor for classpath augmenters.
|
| AbstractEnvironmentModifier |
Ancestor for classes that modify the environment used by the Launcher.
|
| AbstractOutputPrinter |
Ancestor for printer objects for processes.
|
| CharsetHelper |
Helper class for charset setup.
|
| CommandResult |
Container class for storing command, exit code and stdout/stderr output.
|
| DefaultOutputPrinter |
Default printer for processes.
|
| EnvVar |
Helper class for environment variables.
|
| ExternalResourceClassPathAugmenter |
Allows the user to add external jars and directories.
|
| FileBrowser |
Allows to launch the OS-specific file browser.
|
| HeapDump |
Helper class for generating heap dumps.
|
| ImplicitClassPathAugmenter |
Applies classpath augmenters listed in props file (if enabled) implicitly on startup.
|
| Java |
A helper class for Java (JRE/JDK) related things.
|
| JConsole |
A helper class for the jconsole utility.
|
| JDeps |
A helper class for the jdeps utility.
|
| JMap |
A helper class for the jmap utility.
|
| JVisualVM |
A helper class for the jvisualvm utility.
|
| Keytool |
A helper class for the keytool utility.
|
| Launcher |
Launches a new JVM process with the specified memory
(-memory <amount>), a Java agent
(-javaagent <jar-file>) and main class
(-main <classname>).
|
| LDD |
Helper class for determining ldd/glibc version.
|
| LocaleHelper |
Helper class for locale setup (see ISO 639).
|
| LoggingObjectOutputPrinter |
Default printer for processes.
|
| OS |
Helper class for operating system related stuff.
|
| OutputProcessStream |
For capturing the output of stdout or stderr of a running Process and
outputting it on stdout or stderr.
|
| ProcessUtils |
A helper class for process related stuff.
|
| RecordingOutputPrinter |
Output printer that records the output.
|
| SystemClassPathAugmenter |
Simply returns the CLASSPATH environment variable.
|
| Terminal |
Handles the terminal setup and can launch a terminal.
|
| TimeZoneHelper |
Helper class for timezone setup.
|
| User |
Class for returning information about the current user.
|
| WekaHomeEnvironmentModifier |
Sets a custom WEKA_HOME environment variable inside the project's home directory.
|
| WekaPackagesClassPathAugmenter |
Returns the classpath augmentations for all the installed WEKA packages.
|
| Wine |
|