Package org.apache.ofbiz.base.start
Class StartupCommand.Builder
java.lang.Object
org.apache.ofbiz.base.start.StartupCommand.Builder
- Enclosing class:
- StartupCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String key, String value) Add property builder.build()
Build startup command.properties
(Map<String, String> properties) Properties builder.
-
Constructor Details
-
Builder
-
-
Method Details
-
properties
Properties builder.- Parameters:
properties
- the properties- Returns:
- the builder
-
addProperty
Add property builder.- Parameters:
key
- the keyvalue
- the value- Returns:
- the builder
-
build
Build startup command.- Returns:
- the startup command
-