frysk.config
Class Config

java.lang.Object
  extended by frysk.config.Config

public class Config
extends Object

All the run-time (install time) configuration information.


Constructor Summary
Config()
           
 
Method Summary
static File getFryskDir()
          XXX: During testing a different value should be used for each unit test.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

getFryskDir

public static File getFryskDir()
XXX: During testing a different value should be used for each unit test. While that value may be based on Prefix.buildFile, that doesn't mean that this method belongs in Prefix - for the installed case it is independent of the configuration paths.