public class CustomData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
List<String> |
contents
The contens of the managed custom data.
|
static int |
INSTALLER_LISTENER
Identifier for custom data type "installer listener".
|
String |
listenerName
Full qualified name of the managed listener.
|
List<OsModel> |
osConstraints
The target operation system of this custom action
|
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".
|
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 List<String> contents
public String listenerName
public int type
public CustomData(String listenerName, List<String> contents, List<OsModel> 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 dataCopyright © 2001–2025. All rights reserved.