public class ClientConfig extends Object
| Constructor and Description |
|---|
ClientConfig(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getFile() |
String |
getHost() |
long |
getIdleTimeout() |
String |
getKeyFile() |
int |
getLevel() |
String |
getPassword() |
int |
getPort() |
int |
getRetryAttempts() |
int |
getRetryDelay() |
String |
getUser() |
boolean |
isBatch() |
void |
setCommand(String command) |
void |
setUser(String user) |
public ClientConfig(String[] args) throws IOException
IOExceptionpublic String getHost()
public int getPort()
public String getUser()
public void setUser(String user)
public String getPassword()
public int getLevel()
public int getRetryAttempts()
public int getRetryDelay()
public String getCommand()
public void setCommand(String command)
public boolean isBatch()
public String getFile()
public String getKeyFile()
public long getIdleTimeout()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.