|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.pios.util.PIOSPaths
Used to obtain a set of values that describe directory information used by the PIOS structure (internal use only). The values supported on this class are a subset of the value provided by the MI Directory path syntax.
Field Summary | |
static java.lang.String |
CONFIGDIR_NAME
Constant to indicate PIOS Configuration directory. |
static java.lang.String |
INSTALLDIR_NAME
Constant to indicate PIOS Installation directory. |
static java.lang.String |
LOGDIR_NAME
Constant to indicate PIOS log directory. |
static java.lang.String |
PROPERTIESDIR_NAME
Constant to indicate PIOS properties directory. |
Method Summary | |
static java.lang.String |
getMIDir()
Returns the Mobile Engine installation directory. |
static java.lang.String |
getPIOSConfigDir()
Returns the PIOS configuration directory. |
static java.lang.String |
getPIOSDir()
Returns the PIOS main directory. |
static java.lang.String |
getPIOSInstallationDir()
Returns the PIOS installation directory. |
static java.lang.String |
getPIOSLogDir()
Returns the PIOS log directory. |
static java.lang.String |
getPIOSPropertiesDir()
Returns the PIOS properties directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CONFIGDIR_NAME
public static final java.lang.String INSTALLDIR_NAME
public static final java.lang.String LOGDIR_NAME
public static final java.lang.String PROPERTIESDIR_NAME
Method Detail |
public static java.lang.String getMIDir()
public static java.lang.String getPIOSDir()
public static java.lang.String getPIOSLogDir()
public static java.lang.String getPIOSConfigDir()
public static java.lang.String getPIOSInstallationDir()
public static java.lang.String getPIOSPropertiesDir()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |