com.izforge.izpack.installer.container.impl
Class CustomDataLoader
java.lang.Object
com.izforge.izpack.installer.container.impl.CustomDataLoader
public class CustomDataLoader
- extends Object
Reads the customData resource in order to populate the InstallerListeners and UninstallData.
- Author:
- Anthonin Bonnefoy, Tim Anderson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomDataLoader
public CustomDataLoader(PlatformModelMatcher matcher,
Resources resources,
ObjectFactory factory,
UninstallData uninstallData,
InstallerListeners listeners)
- Constructs a
CustomDataLoader.
- Parameters:
matcher - the platform matcherresources - the resourcesfactory - the factory for listenersuninstallData - the uninstallation datalisteners - the installer listeners
loadCustomData
public void loadCustomData()
- Loads custom data.
This includes:
- installer listeners
- uninstaller listeners
- uninstaller jars
- uninstaller native libraries
- Throws:
IzPackException - if an InstallerListener throws an exception
Copyright © 2018. All rights reserved.