|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.core.container.AbstractContainer
com.izforge.izpack.installer.container.impl.InstallerContainer
public abstract class InstallerContainer
Installer container.
| Constructor Summary | |
|---|---|
InstallerContainer()
|
|
| Method Summary | |
|---|---|
protected void |
fillContainer(org.picocontainer.MutablePicoContainer container)
Invoked by AbstractContainer.initialise() to fill the container. |
protected void |
registerComponents(org.picocontainer.MutablePicoContainer pico)
Registers components with the container. |
protected void |
resolveComponents(org.picocontainer.MutablePicoContainer pico)
Resolve components. |
void |
setLocale(String code)
Sets the locale. |
| 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 |
|---|
public InstallerContainer()
| Method Detail |
|---|
public void setLocale(String code)
code - the locale ISO language code
IzPackException - if the locale isn't supportedprotected void fillContainer(org.picocontainer.MutablePicoContainer container)
AbstractContainer.initialise() to fill the container.
fillContainer in class AbstractContainercontainer - the underlying container
ContainerException - if initialisation fails
org.picocontainer.PicoException - for any PicoContainer errorprotected void registerComponents(org.picocontainer.MutablePicoContainer pico)
pico - the container
ContainerException - if registration fails
org.picocontainer.PicoException - for any PicoContainer errorprotected void resolveComponents(org.picocontainer.MutablePicoContainer pico)
pico - the container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||