com.izforge.izpack.installer.container.provider
Class AutomatedInstallDataProvider

java.lang.Object
  extended by com.izforge.izpack.installer.container.provider.AbstractInstallDataProvider
      extended by com.izforge.izpack.installer.container.provider.AutomatedInstallDataProvider
All Implemented Interfaces:
org.picocontainer.injectors.Provider

public class AutomatedInstallDataProvider
extends AbstractInstallDataProvider

Install data loader


Constructor Summary
AutomatedInstallDataProvider()
           
 
Method Summary
 AutomatedInstallData provide(Resources resources, Locales locales, DefaultVariables variables, Housekeeper housekeeper, PlatformModelMatcher matcher)
           
 
Methods inherited from class com.izforge.izpack.installer.container.provider.AbstractInstallDataProvider
addCustomLangpack, loadDefaultLocale, loadDynamicConditions, loadDynamicVariables, loadInstallData, loadInstallerRequirements, setStandardVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatedInstallDataProvider

public AutomatedInstallDataProvider()
Method Detail

provide

public AutomatedInstallData provide(Resources resources,
                                    Locales locales,
                                    DefaultVariables variables,
                                    Housekeeper housekeeper,
                                    PlatformModelMatcher matcher)
                             throws IOException,
                                    ClassNotFoundException,
                                    InstallerException
Throws:
IOException
ClassNotFoundException
InstallerException


Copyright © 2018. All rights reserved.