public static class CommandContextConfiguration.Builder extends Object
| Constructor and Description |
|---|
CommandContextConfiguration.Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommandContextConfiguration |
build() |
CommandContextConfiguration.Builder |
setClientBindAddress(String clientBindAddress) |
CommandContextConfiguration.Builder |
setConnectionTimeout(int connectionTimeout) |
CommandContextConfiguration.Builder |
setConsoleInput(InputStream consoleInput) |
CommandContextConfiguration.Builder |
setConsoleOutput(OutputStream consoleOutput) |
CommandContextConfiguration.Builder |
setController(String controller) |
CommandContextConfiguration.Builder |
setDisableLocalAuth(boolean disableLocalAuth) |
CommandContextConfiguration.Builder |
setInitConsole(boolean initConsole) |
CommandContextConfiguration.Builder |
setPassword(char[] password) |
CommandContextConfiguration.Builder |
setUsername(String username) |
public CommandContextConfiguration build()
public CommandContextConfiguration.Builder setController(String controller)
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)
Copyright © 2015 JBoss by Red Hat. All rights reserved.