| Package | Description |
|---|---|
| com.izforge.izpack.api.data |
| Modifier and Type | Method and Description |
|---|---|
Blockable |
PackFile.blockable()
Whether or not this file might be blocked during installation/uninstallation
|
static Blockable |
Blockable.getBlockableFromAttribute(String attribute) |
static Blockable |
Blockable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Blockable[] |
Blockable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackInfo.addFile(File baseDir,
File file,
String targetfile,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable,
Map additionals,
String condition,
Map<String,String> pack200Properties)
Add a file or directory to be installed.
|
| Constructor and Description |
|---|
PackFile(File baseDir,
File src,
String target,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable,
Map<String,String> pack200Properties)
Constructs and initializes from a source file.
|
PackFile(File baseDir,
File src,
String target,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable,
Map additionals,
Map<String,String> pack200Properties)
Constructs and initializes from a source file.
|
PackFile(File src,
String relativeSourcePath,
String target,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable,
Map additionals,
Map<String,String> pack200Properties)
Constructs and initializes from a source file.
|
XPackFile(File baseDir,
File src,
String target,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable)
Constructs an XPackFile.
|
Copyright © 2001–2025. All rights reserved.