|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.base.container.JustLoadComponentsContainer
public class JustLoadComponentsContainer
A Container implementation to run the tests configured through this testtools stuff.
| Field Summary | |
|---|---|
static java.lang.String |
module
|
| Constructor Summary | |
|---|---|
JustLoadComponentsContainer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the container name. |
void |
init(java.lang.String[] args,
java.lang.String name,
java.lang.String configFile)
Initialize the container. |
boolean |
start()
Start the container process. |
void |
stop()
Stop the container process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String module
| Constructor Detail |
|---|
public JustLoadComponentsContainer()
| Method Detail |
|---|
public void init(java.lang.String[] args,
java.lang.String name,
java.lang.String configFile)
Container
init in interface Containerargs - Command-line arguments.name - Unique name of the container's instance.configFile - Location of the configuration file used to load this container.
public boolean start()
throws ContainerException
Container
start in interface Containertrue if the process started.
ContainerException - If an error was encountered.
public void stop()
throws ContainerException
Container
stop in interface ContainerContainerException - If an error was encountered.public java.lang.String getName()
Container
getName in interface Container
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||