sharpster.daemon.filemanagement
Class ConfigManager

java.lang.Object
  |
  +--sharpster.daemon.filemanagement.ConfigManager

public class ConfigManager
extends java.lang.Object


Constructor Summary
ConfigManager()
           
 
Method Summary
static sharpster.common.SharedFile readFileConfig(java.lang.String filename, java.lang.String workingDirectory)
           
static sharpster.common.SharedFile translatePath(java.lang.String path)
           
static boolean writeFileConfig(sharpster.common.SharedFile file, java.io.File iofile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigManager

public ConfigManager()
Method Detail

writeFileConfig

public static boolean writeFileConfig(sharpster.common.SharedFile file,
                                      java.io.File iofile)

readFileConfig

public static sharpster.common.SharedFile readFileConfig(java.lang.String filename,
                                                         java.lang.String workingDirectory)

translatePath

public static sharpster.common.SharedFile translatePath(java.lang.String path)