Class StartupCommand

java.lang.Object
org.apache.ofbiz.base.start.StartupCommand

public final class StartupCommand extends Object
A command line argument passed to OFBiz

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.

  • Method Details