| Package | Description |
|---|---|
| com.izforge.izpack.api.data |
| Modifier and Type | Method and Description |
|---|---|
static OverrideType |
OverrideType.getOverrideTypeFromAttribute(String attribute) |
OverrideType |
PackFile.override()
Whether or not this file is going to override any existing ones
|
static OverrideType |
OverrideType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverrideType[] |
OverrideType.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.