| Package | Description |
|---|---|
| org.jboss.forge.furnace | |
| org.jboss.forge.furnace.lifecycle | |
| org.jboss.forge.furnace.spi |
| Modifier and Type | Method and Description |
|---|---|
Furnace |
Furnace.setServerMode(boolean server)
When server mode is set to
true, Furnace will run as a server process until explicitly
stopped. |
Furnace |
Furnace.start()
Start this
Furnace instance and wait for completion. |
Furnace |
Furnace.start(ClassLoader loader)
Start this
Furnace instance and wait for completion, using the given ClassLoader to load core
implementation resources. |
Furnace |
Furnace.startAsync()
|
Furnace |
Furnace.startAsync(ClassLoader loader)
Start this
Furnace instance in a new background Thread, using the given ClassLoader to
load core implementation resources. |
Furnace |
Furnace.stop()
Stop this
Furnace instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddonLifecycleProvider.initialize(Furnace furnace,
AddonRegistry registry,
Addon self)
Initialize the provider with artifacts required for
Addon startup. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerLifecycleListener.afterConfigurationScan(Furnace furnace)
Called after the Furnace container scans configuration files
|
void |
ContainerLifecycleListener.afterStop(Furnace furnace)
Called after Furnace container stops
|
void |
ContainerLifecycleListener.beforeConfigurationScan(Furnace furnace)
Called before the Furnace container scans configuration files
|
void |
ContainerLifecycleListener.beforeStart(Furnace furnace)
Called before the Furnace container starts
|
void |
ContainerLifecycleListener.beforeStop(Furnace furnace)
Called before the Furnace container stops
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.