public class CommandContextConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandContextConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientBindAddress() |
Integer |
getCommandTimeout() |
int |
getConnectionTimeout() |
InputStream |
getConsoleInput() |
OutputStream |
getConsoleOutput() |
String |
getController() |
char[] |
getPassword() |
String |
getUsername() |
boolean |
isColorOutput() |
boolean |
isDisableLocalAuth() |
boolean |
isEchoCommand() |
Boolean |
isErrorOnInteract() |
boolean |
isInitConsole() |
boolean |
isOutputJSON() |
boolean |
isSilent() |
Boolean |
isValidateOperationRequests() |
public Integer getCommandTimeout()
public String getController()
public String getUsername()
public char[] getPassword()
public String getClientBindAddress()
public InputStream getConsoleInput()
public OutputStream getConsoleOutput()
public boolean isInitConsole()
public int getConnectionTimeout()
public boolean isDisableLocalAuth()
public boolean isSilent()
public Boolean isErrorOnInteract()
public Boolean isValidateOperationRequests()
public boolean isEchoCommand()
public boolean isOutputJSON()
public boolean isColorOutput()
Copyright © 2018 JBoss by Red Hat. All rights reserved.