com.izforge.izpack.installer.container.provider
Class ConsolePanelsProvider
java.lang.Object
com.izforge.izpack.installer.container.provider.PanelsProvider
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsolePanelsProvider
public ConsolePanelsProvider()
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 factoryinstallData - the installation dataconsole - the consolematcher - the platform-model matcher
- Throws:
IzPackException - if a panel doesn't have unique identifier
Copyright © 2018. All rights reserved.