fedora.common
Class Constants.FedoraHome

java.lang.Object
  extended by fedora.common.Constants.FedoraHome
Enclosing interface:
Constants

public static class Constants.FedoraHome
extends java.lang.Object

Utility to determine the value of "Fedora Home" based on the current environment.


Constructor Summary
Constants.FedoraHome()
           
 
Method Summary
static java.lang.String getValue()
          Determines the value of "Fedora Home" based on the fedora.home system property (checked first) or the FEDORA_HOME environment variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constants.FedoraHome

public Constants.FedoraHome()
Method Detail

getValue

public static final java.lang.String getValue()
Determines the value of "Fedora Home" based on the fedora.home system property (checked first) or the FEDORA_HOME environment variable.