com.esri.sde.sdk.pe
Class PeFactoryObjeditHome

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

public final class PeFactoryObjeditHome
extends java.lang.Object

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


Constructor Summary
PeFactoryObjeditHome()
           
 
Method Summary
static java.lang.String getObjeditHome()
           
static void setObjeditHome(java.lang.String objeditHome)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeFactoryObjeditHome

public PeFactoryObjeditHome()
Method Detail

setObjeditHome

public static void setObjeditHome(java.lang.String objeditHome)

getObjeditHome

public static java.lang.String getObjeditHome()