com.esri.sde.sdk.pe
Class PeDataHome

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeDataHome

public final class PeDataHome
extends java.lang.Object

This class is used to set and/or get the PEDATAHOME value. The getDataHome() method first looks if a value was set by the setDataHome() method, and if not, it then looks for the environment variable PEDATAHOME, and, if this is not found, it looks for that name in the "PeHome" properties file.


Constructor Summary
PeDataHome()
           
 
Method Summary
static java.lang.String getDataHome()
           
static void setDataHome(java.lang.String dataHome)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeDataHome

public PeDataHome()
Method Detail

setDataHome

public static void setDataHome(java.lang.String dataHome)

getDataHome

public static java.lang.String getDataHome()