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

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

public class AutomatedPanelsProvider
extends PanelsProvider

Provider of AutomatedPanels.

Author:
Tim Anderson

Constructor Summary
AutomatedPanelsProvider()
           
 
Method Summary
 AutomatedPanels provide(ObjectFactory factory, AutomatedInstallData installData, PanelAutomationHelper helper, PlatformModelMatcher matcher)
          Creates the panels.
 
Methods inherited from class com.izforge.izpack.installer.container.provider.PanelsProvider
prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatedPanelsProvider

public AutomatedPanelsProvider()
Method Detail

provide

public AutomatedPanels provide(ObjectFactory factory,
                               AutomatedInstallData installData,
                               PanelAutomationHelper helper,
                               PlatformModelMatcher matcher)
Creates the panels.

This invokes any pre-construction actions associated with them.

Parameters:
factory - the factory
installData - the installation data
helper - the helper
matcher - the platform-model matcher
Throws:
IzPackException - if a panel doesn't have unique identifier


Copyright © 2018. All rights reserved.