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

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

public class ConsolePanelsProvider
extends PanelsProvider

Provider of ConsolePanels.

Author:
Tim Anderson

Constructor Summary
ConsolePanelsProvider()
           
 
Method Summary
 ConsolePanels provide(ObjectFactory factory, InstallerContainer container, AutomatedInstallData installData, Console console, 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

ConsolePanelsProvider

public ConsolePanelsProvider()
Method Detail

provide

public ConsolePanels provide(ObjectFactory factory,
                             InstallerContainer container,
                             AutomatedInstallData installData,
                             Console console,
                             PlatformModelMatcher matcher)
Creates the panels.

This invokes any pre-construction actions associated with them.

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


Copyright © 2018. All rights reserved.