public final class StartupCommand extends Object
A StartupCommand represents a processed command line argument passed
to OFBiz such that it is no longer a raw string but an instance of this class.
For example: java -jar build/libs/ofbiz.jar --status
where status is a command.
Modifier and Type | Class and Description |
---|---|
static class |
StartupCommand.Builder |