Package org.apache.karaf.client
Class ClientConfig
- java.lang.Object
-
- org.apache.karaf.client.ClientConfig
-
public class ClientConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientConfig(String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()StringgetFile()StringgetHost()longgetIdleTimeout()protected intgetInt(String key, int def)StringgetKeyFile()intgetLevel()protected longgetLong(String key, long def)StringgetPassword()intgetPort()intgetRetryAttempts()intgetRetryDelay()protected StringgetString(String key, String def)StringgetUser()booleanisBatch()voidsetCommand(String command)voidsetUser(String user)
-
-
-
Method Detail
-
getInt
protected int getInt(String key, int def)
-
getLong
protected long getLong(String key, long def)
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
getPassword
public String getPassword()
-
getLevel
public int getLevel()
-
getRetryAttempts
public int getRetryAttempts()
-
getRetryDelay
public int getRetryDelay()
-
getCommand
public String getCommand()
-
setCommand
public void setCommand(String command)
-
isBatch
public boolean isBatch()
-
getFile
public String getFile()
-
getKeyFile
public String getKeyFile()
-
getIdleTimeout
public long getIdleTimeout()
-
-