Interface | Description |
---|---|
StartupLoader |
An object that loads server startup classes.
|
Class | Description |
---|---|
Classpath |
A class path accumulator.
|
Config |
OFBiz server parameters needed on system startup and retrieved from
one of the properties files in the start component
|
Start |
OFBiz startup class.
|
StartupCommand |
A command line argument passed to OFBiz
|
StartupCommand.Builder | |
StartupCommandUtil |
A utility class for processing OFBiz command line arguments
|
Enum | Description |
---|---|
Start.ServerState |
This enum contains the possible OFBiz server states.
|
StartupCommandUtil.StartupOption |
Exception | Description |
---|---|
StartupException |
StartupException is an exception that is thrown when something wrong happens
during executing any OFBiz high level commands.
|