| Package | Description |
|---|---|
| com.izforge.izpack.api.data | |
| com.izforge.izpack.api.data.binding |
| Modifier and Type | Field and Description |
|---|---|
List<OsModel> |
ExecutableFile.osList
List of operating systems to run on
|
| Modifier and Type | Method and Description |
|---|---|
List<OsModel> |
Pack.getOsConstraints()
Returns the target platforms for the pack.
|
List<OsModel> |
Panel.getOsConstraints() |
List<OsModel> |
ParsableFile.getOsConstraints()
Returns the list of OS constraints limiting file installation.
|
List<OsModel> |
PackFile.osConstraints()
The target operating system constraints of this file
|
| 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.
|
void |
Pack.setOsConstraints(List<OsModel> platforms)
Sets the target platforms for the pack.
|
void |
Panel.setOsConstraints(List<OsModel> osConstraints) |
void |
PackInfo.setOsConstraints(List<OsModel> osConstraints) |
| Constructor and Description |
|---|
ExecutableFile(String path,
int executionStage,
int onFailure,
List<OsModel> osList,
boolean keepFile)
Constructs and initializes a new instance.
|
ExecutableFile(String path,
int type,
String mainClass,
int executionStage,
int onFailure,
List<String> argList,
List<OsModel> osList,
boolean keepFile) |
Pack(String name,
String langPackId,
String description,
List<OsModel> osConstraints,
List<String> dependencies,
boolean required,
boolean preselected,
boolean loose,
String excludeGroup,
boolean uninstall,
long size)
The constructor.
|
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.
|
ParsableFile(String path,
SubstitutionType type,
String encoding,
List<OsModel> osConstraints)
Constructs and initializes a new instance.
|
XPackFile(File baseDir,
File src,
String target,
List<OsModel> osList,
OverrideType override,
String overrideRenameTo,
Blockable blockable)
Constructs an XPackFile.
|
| Modifier and Type | Method and Description |
|---|---|
List<OsModel> |
Listener.getOs() |
| Constructor and Description |
|---|
Listener(String classname,
Stage stage,
List<OsModel> os,
String jar) |
Copyright © 2001–2025. All rights reserved.