| Interface | Description |
|---|---|
| CleanupClient |
Any class that wants to perform cleanup operations and to be notified by
Hosekeeper
for this purpose must implement this interface. |
| NativeLibraryClient |
Any class in IzPack that uses native libraries must implement this interface.
|
| TargetPlatformFactory |
Factory for constructing platform specific implementation implementations of interfaces or classes.
|
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Console |
I/O streams to support prompting and keyboard input from the console.
|
| Debug |
Static debug mode flags available during installation
|
| DefaultTargetPlatformFactory |
Factory for constructing platform specific implementation implementations of interfaces or classes.
|
| DefaultTargetPlatformFactory.Implementations |
Manages implementations of a class/interface, for multiple platforms.
|
| DefaultTargetPlatformFactory.Parser |
Properties parser.
|
| FileExecutor |
Executes a bunch of files.
|
| FreeThread |
This class implements a thred that can be used to free native libraries safely.
|
| Housekeeper |
This class performs housekeeping and cleanup tasks.
|
| IoHelper |
I/O-related utility methods.
|
| Librarian |
This class handles loading of native libraries.
|
| LibraryRemover |
This class tries to remove a given list of files which are locked by this process.
|
| MonitorInputStream |
This is a grabber for stdout and stderr.
|
| NoCloseInputStream | |
| NoCloseOutputStream | |
| OsConstraintHelper |
Encapsulates OS constraints specified on creation time and allows to check them against the
current OS.
|
| PlatformModelMatcher | |
| PrivilegedRunner |
This class is responsible for allowing the installer to re-launch itself with administrator permissions.
|
| ProcessHelper |
Process helper methods.
|
| RunnableReader |
A
Runnable that reads from a Reader a line at a time. |
| SelfModifier |
Allows an application to modify the jar file from which it came, including outright deletion.
|
| StreamSupport | |
| TargetFactory |
The
TargetFactory serves as a central mechanism to instantiate OS specific class
flavors, provide OS specific file extension types, default install directories and similar
functionality. |
| Exception | Description |
|---|---|
| OsConstraintHelper.UnsatisfiableOsConstraintsException |
Copyright © 2001–2025. All rights reserved.