Class StartupCommand.Builder

java.lang.Object
org.apache.ofbiz.base.start.StartupCommand.Builder
Enclosing class:
StartupCommand

public static class StartupCommand.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(String name)
  • Method Details

    • properties

      public StartupCommand.Builder properties(Map<String,String> properties)
      Properties builder.
      Parameters:
      properties - the properties
      Returns:
      the builder
    • addProperty

      public StartupCommand.Builder addProperty(String key, String value)
      Add property builder.
      Parameters:
      key - the key
      value - the value
      Returns:
      the builder
    • build

      public StartupCommand build()
      Build startup command.
      Returns:
      the startup command