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

java.lang.Object
  extended by com.izforge.izpack.core.container.AbstractContainer
      extended by com.izforge.izpack.installer.container.impl.InstallerContainer
          extended by com.izforge.izpack.installer.container.impl.AutomatedInstallerContainer
All Implemented Interfaces:
Container

public class AutomatedInstallerContainer
extends InstallerContainer

Installer container for automated installation mode.

Author:
Tim Anderson

Constructor Summary
  AutomatedInstallerContainer()
          Constructs a AutomatedInstallerContainer.
protected AutomatedInstallerContainer(org.picocontainer.MutablePicoContainer container)
          Constructs a AutomatedInstallerContainer.
 
Method Summary
protected  void registerComponents(org.picocontainer.MutablePicoContainer container)
          Registers components with the container.
 
Methods inherited from class com.izforge.izpack.installer.container.impl.InstallerContainer
fillContainer, resolveComponents, setLocale
 
Methods inherited from class com.izforge.izpack.core.container.AbstractContainer
addComponent, addComponent, addConfig, createChildContainer, createContainer, dispose, fillContainer, getClass, getComponent, getComponent, getContainer, initialise, initialise, removeChildContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatedInstallerContainer

public AutomatedInstallerContainer()
Constructs a AutomatedInstallerContainer.

Throws:
ContainerException - if initialisation fails

AutomatedInstallerContainer

protected AutomatedInstallerContainer(org.picocontainer.MutablePicoContainer container)
Constructs a AutomatedInstallerContainer.

This constructor is provided for testing purposes.

Parameters:
container - the underlying container
Throws:
ContainerException - if initialisation fails
Method Detail

registerComponents

protected void registerComponents(org.picocontainer.MutablePicoContainer container)
Registers components with the container.

Overrides:
registerComponents in class InstallerContainer
Parameters:
container - the container


Copyright © 2018. All rights reserved.