| Package | Description |
|---|---|
| com.izforge.izpack.api.data | |
| com.izforge.izpack.api.event |
| Modifier and Type | Method and Description |
|---|---|
Pack |
PackInfo.getPack() |
| Modifier and Type | Method and Description |
|---|---|
List<Pack> |
AutomatedInstallData.getAllPacks() |
List<Pack> |
InstallData.getAllPacks()
Returns all packs.
|
List<Pack> |
AutomatedInstallData.getAvailablePacks() |
List<Pack> |
InstallData.getAvailablePacks()
Returns the packs available to be installed on the current platform.
|
List<Pack> |
AutomatedInstallData.getSelectedPacks() |
List<Pack> |
InstallData.getSelectedPacks()
Returns the selected packs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedInstallData.setAllPacks(List<Pack> allPacks) |
void |
AutomatedInstallData.setAvailablePacks(List<Pack> availablePacks) |
void |
AutomatedInstallData.setSelectedPacks(List<Pack> selectedPacks) |
void |
InstallData.setSelectedPacks(List<Pack> selectedPacks)
Sets the selected packs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstallerListener.afterDir(File dir,
PackFile packFile,
Pack pack)
Invoked after a directory is created.
|
void |
InstallerListener.afterDir(File dir,
PackFile packFile,
Pack pack)
Invoked after a directory is created.
|
void |
AbstractInstallerListener.afterFile(File file,
PackFile packFile,
Pack pack)
Invoked after a file is installed.
|
void |
InstallerListener.afterFile(File file,
PackFile packFile,
Pack pack)
Invoked after a file is installed.
|
void |
AbstractInstallerListener.afterPack(Pack pack)
Invoked after a pack is installed.
|
void |
InstallerListener.afterPack(Pack pack)
Invoked after a pack is installed.
|
void |
AbstractInstallerListener.beforeDir(File dir,
PackFile packFile,
Pack pack)
Invoked before a directory is created.
|
void |
InstallerListener.beforeDir(File dir,
PackFile packFile,
Pack pack)
Invoked before a directory is created.
|
void |
AbstractInstallerListener.beforeFile(File file,
PackFile packFile,
Pack pack)
Invoked before a file is installed.
|
void |
InstallerListener.beforeFile(File file,
PackFile packFile,
Pack pack)
Invoked before a file is installed.
|
void |
AbstractInstallerListener.beforePack(Pack pack)
Invoked before a pack is installed.
|
void |
InstallerListener.beforePack(Pack pack)
Invoked before a pack is installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInstallerListener.afterPacks(List<Pack> packs,
ProgressListener listener)
Invoked after packs are installed.
|
void |
InstallerListener.afterPacks(List<Pack> packs,
ProgressListener listener)
Invoked after packs are installed.
|
void |
AbstractInstallerListener.beforePacks(List<Pack> packs)
Invoked before packs are installed.
|
void |
InstallerListener.beforePacks(List<Pack> packs)
Invoked before packs are installed.
|
void |
AbstractInstallerListener.beforePacks(List<Pack> packs,
ProgressListener listener)
Invoked before packs are installed.
|
void |
InstallerListener.beforePacks(List<Pack> packs,
ProgressListener listener)
Invoked before packs are installed.
|
Copyright © 2001–2025. All rights reserved.