Modifier and Type | Method and Description |
---|---|
Command.Builder |
addOption(String key,
String value) |
Command.Builder |
addOptions(Map<String,String> map) |
Command |
build() |
static Command.Builder |
of(String command) |
public static Command.Builder of(String command)
public Command.Builder addOption(String key, String value)
public Command.Builder addOptions(Map<String,String> map)
public Command build()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.