|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.CustomData
Container for serialized custom data.
Field Summary | |
java.util.List |
contents
The contens of the managed custom data. |
static int |
INSTALLER_LISTENER
Identifier for custom data type "installer listener". |
java.lang.String |
listenerName
Full qualified name of the managed listener. |
java.util.List |
osConstraints
The target operation system of this custom action |
(package private) static long |
serialVersionUID
|
int |
type
Type of this custom action data; possible are INSTALLER_LISTENER, UNINSTALLER_LISTENER, UNINSTALLER_LIB and UNINSTALLER_JAR. |
static int |
UNINSTALLER_JAR
Identifier for custom data typ "uninstaller jar files". |
static int |
UNINSTALLER_LIB
Identifier for custom data typ "uninstaller lib". |
static int |
UNINSTALLER_LISTENER
Identifier for custom data typ "uninstaller listener". |
Constructor Summary | |
CustomData(java.lang.String listenerName,
java.util.List contents,
java.util.List osConstraints,
int type)
Constructs an CustomData object with the needed values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
public static final int INSTALLER_LISTENER
public static final int UNINSTALLER_LISTENER
public static final int UNINSTALLER_LIB
public static final int UNINSTALLER_JAR
public java.util.List contents
public java.lang.String listenerName
public java.util.List osConstraints
public int type
Constructor Detail |
public CustomData(java.lang.String listenerName, java.util.List contents, java.util.List osConstraints, int type)
listenerName
- path of the listenercontents
- also needed objects referenced with the path in install.jarosConstraints
- target operation system of this custom actiontype
- type of this custom data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |