com.izforge.izpack.installer.container.impl
Class CustomDataLoader

java.lang.Object
  extended by 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

Constructor Summary
CustomDataLoader(PlatformModelMatcher matcher, Resources resources, ObjectFactory factory, UninstallData uninstallData, InstallerListeners listeners)
          Constructs a CustomDataLoader.
 
Method Summary
 void loadCustomData()
          Loads custom data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDataLoader

public CustomDataLoader(PlatformModelMatcher matcher,
                        Resources resources,
                        ObjectFactory factory,
                        UninstallData uninstallData,
                        InstallerListeners listeners)
Constructs a CustomDataLoader.

Parameters:
matcher - the platform matcher
resources - the resources
factory - the factory for listeners
uninstallData - the uninstallation data
listeners - the installer listeners
Method Detail

loadCustomData

public void loadCustomData()
Loads custom data.

This includes:

Throws:
IzPackException - if an InstallerListener throws an exception


Copyright © 2018. All rights reserved.