These classes make up the "Helper Utilities" that are used by the installer.
| Class | Description |
|---|---|
| Copy |
This class is used by the installer to copy files.
|
| Delete |
This class is used by the installer to delete one or more specified files.
|
| Exec |
This class can be used by the installer to execute shell commands.
|
| FixWinPaths |
This class is used by the installer in Windows to process the
wrapper.config file. |
| Main |
Execute one of the other classes in this package.
|