public class Configuration extends Object
Modifier and Type | Method and Description |
---|---|
static Configuration |
getInstance() |
String |
getPath() |
long |
getPullInterval() |
long |
getPushInterval() |
void |
setPath(String path) |
void |
setPullInterval(long pullInterval) |
void |
setPushInterval(long pushInterval) |
public static Configuration getInstance()
public String getPath()
public void setPath(String path)
public long getPushInterval()
public void setPushInterval(long pushInterval)
public long getPullInterval()
public void setPullInterval(long pullInterval)