public static class CommandContextConfiguration.Builder extends Object
Constructor and Description |
---|
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 |
setErrorOnInteract(boolean errorOnInteract) |
CommandContextConfiguration.Builder |
setInitConsole(boolean initConsole) |
CommandContextConfiguration.Builder |
setPassword(char[] password) |
CommandContextConfiguration.Builder |
setSilent(boolean silent) |
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)
public CommandContextConfiguration.Builder setSilent(boolean silent)
public CommandContextConfiguration.Builder setErrorOnInteract(boolean errorOnInteract)
Copyright © 2023 JBoss by Red Hat. All rights reserved.