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() |
protected int |
getInt(String key,
int def) |
String |
getKeyFile() |
int |
getLevel() |
protected long |
getLong(String key,
long def) |
String |
getPassword() |
int |
getPort() |
int |
getRetryAttempts() |
int |
getRetryDelay() |
protected String |
getString(String key,
String def) |
String |
getUser() |
boolean |
isBatch() |
void |
setCommand(String command) |
void |
setUser(String user) |
protected int getInt(String key, int def)
protected long getLong(String key, long def)
public 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–2022 The Apache Software Foundation. All rights reserved.