| Package | Description |
|---|---|
| com.izforge.izpack.api.data | |
| com.izforge.izpack.api.event |
| Modifier and Type | Class and Description |
|---|---|
class |
XPackFile
A
PackFile that includes the file position in the installation media. |
| Modifier and Type | Method and Description |
|---|---|
PackFile |
PackFile.getLinkedPackFile() |
| Modifier and Type | Method and Description |
|---|---|
Set<PackFile> |
PackInfo.getPackFiles()
Set of PackFile objects for this Pack.
|
Map<PackFile,File> |
PackInfo.getPackFilesMap()
Provides the complete ordered map of PackFile -> File objects for being able to override entries.
|
| Modifier and Type | Method and Description |
|---|---|
File |
PackInfo.getFile(PackFile packFile)
The file described by the specified PackFile.
|
void |
PackFile.setLinkedPackFile(PackFile linkedPackFile) |
| Constructor and Description |
|---|
XPackFile(PackFile file)
Constructs an XPackFile from an
PackFile. |
| 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.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.
|
Copyright © 2001–2025. All rights reserved.