Class StartupCommand


  • public final class StartupCommand
    extends java.lang.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.

    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()