public class CustomData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
CustomData(java.lang.String listenerName,
java.util.List contents,
java.util.List osConstraints,
int type)
Constructs an CustomData object with the needed values.
|
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
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