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