Package org.apache.ofbiz.base.start
Class StartupCommand
- java.lang.Object
-
- org.apache.ofbiz.base.start.StartupCommand
-
public final class StartupCommand extends java.lang.Object
A command line argument passed to OFBizA
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartupCommand.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.util.Map<java.lang.String,java.lang.String>
getProperties()
-