Package org.jrd.backend.data
Class Config
- java.lang.Object
-
- org.jrd.backend.data.Config
-
public class Config extends Object
Singleton class for storing and retrieving configuration strings.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentExpandedPath()StringgetAgentRawPath()static ConfiggetConfig()voidsaveConfigFile()voidsetAgentPath(String agentPath)
-
-
-
Method Detail
-
getConfig
public static Config getConfig()
-
getAgentRawPath
public String getAgentRawPath()
-
getAgentExpandedPath
public String getAgentExpandedPath()
-
setAgentPath
public void setAgentPath(String agentPath)
-
saveConfigFile
public void saveConfigFile() throws IOException- Throws:
IOException
-
-