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 String
getAgentExpandedPath()
String
getAgentRawPath()
static Config
getConfig()
void
saveConfigFile()
void
setAgentPath(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
-
-