public static class CommandContextConfiguration.Builder extends Object
| Constructor and Description |
|---|
Builder() |
public CommandContextConfiguration build()
public CommandContextConfiguration.Builder setCommandTimeout(Integer commandTimeout)
public CommandContextConfiguration.Builder setController(String controller)
public CommandContextConfiguration.Builder setEchoCommand(boolean echoCommand)
public CommandContextConfiguration.Builder setUsername(String username)
public CommandContextConfiguration.Builder setPassword(char[] password)
public CommandContextConfiguration.Builder setClientBindAddress(String clientBindAddress)
public CommandContextConfiguration.Builder setConsoleInput(InputStream consoleInput)
public CommandContextConfiguration.Builder setConsoleOutput(OutputStream consoleOutput)
public CommandContextConfiguration.Builder setInitConsole(boolean initConsole)
public CommandContextConfiguration.Builder setDisableLocalAuth(boolean disableLocalAuth)
public CommandContextConfiguration.Builder setConnectionTimeout(int connectionTimeout)
public CommandContextConfiguration.Builder setSilent(boolean silent)
public CommandContextConfiguration.Builder setErrorOnInteract(boolean errorOnInteract)
public CommandContextConfiguration.Builder setValidateOperationRequests(boolean validateOperationRequests)
public CommandContextConfiguration.Builder setOutputJSON(boolean outputJSON)
public CommandContextConfiguration.Builder setColorOutput(boolean colorOutput)
Copyright © 2018 JBoss by Red Hat. All rights reserved.