Package com.izforge.izpack.util

This package contains utility classes IzPack.

See:
          Description

Interface Summary
AbstractUIHandler This interface describes basic functionality neccessary for user interaction.
AbstractUIProcessHandler Interface for UIs which need to interface to external processes.
AbstractUIProgressHandler This interface is used by functions which need to notify the user of some progress.
CleanupClient Any class that wants to perform cleanup operations and to be notified by Hosekeeper for this purpose must implement this interface.
ExtendedUIProgressHandler This interface allowes an extended interaction with a user interface handler.
NativeLibraryClient Any class in IzPack that uses native libraries must implement this interface.
 

Class Summary
Console  
ConsoleTextArea  
ConsoleWrite  
ConsoleWriter  
Debug  
FileExecutor Executes a bunch of files.
FileExecutor.MonitorInputStream This is a grabber for stdout and stderr.
FreeThread This class implements a thred that can be used to free native libraries safely.
HostAddressValidator A validator to check wheter a host:port is available (free).
Housekeeper This class performs housekeeping and cleanup tasks.
IoHelper Class with some IO related helper.
IsPortValidator A validator to check whether the field content is a port .
Librarian This class handles loading of native libraries.
MultiLineLabel
MultiLineLabel may be used in place of javax.swing.JLabel.
NotEmptyValidator A validator to enforce non-empty fields.
OsConstraint Encapsulates OS constraints specified on creation time and allows to check them against the current OS.
OsVersion Date: Nov 9, 2004 Time: 8:53:22 PM
PortProcessor Checks whether the value of the field comtemt is a port and is free.
PortValidator A validator to check whether a port is available (free) on the localhost.
RegularExpressionValidator A validator to enforce non-empty fields.
SpecHelper This class contains some helper methods to simplify handling of xml specification files.
StdIn  
StdOut  
StringTool A extended Java Implementation of Pythons string.replace()
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.
 

Package com.izforge.izpack.util Description

This package contains utility classes IzPack.