com.sap.ip.me.api.pios.util
Class PIOSPaths

java.lang.Object
  extended bycom.sap.ip.me.api.pios.util.PIOSPaths

public class PIOSPaths
extends java.lang.Object

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.

Since:
MI 2.5
Author:
Abaco

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

CONFIGDIR_NAME

public static final java.lang.String CONFIGDIR_NAME
Constant to indicate PIOS Configuration directory.

See Also:
Constant Field Values

INSTALLDIR_NAME

public static final java.lang.String INSTALLDIR_NAME
Constant to indicate PIOS Installation directory.

See Also:
Constant Field Values

LOGDIR_NAME

public static final java.lang.String LOGDIR_NAME
Constant to indicate PIOS log directory.

See Also:
Constant Field Values

PROPERTIESDIR_NAME

public static final java.lang.String PROPERTIESDIR_NAME
Constant to indicate PIOS properties directory.

See Also:
Constant Field Values
Method Detail

getMIDir

public static java.lang.String getMIDir()
Returns the Mobile Engine installation directory.

Returns:
The installation directory of SAP MI.

getPIOSDir

public static java.lang.String getPIOSDir()
Returns the PIOS main directory.

Returns:
The main directory used by the PIOS system.

getPIOSLogDir

public static java.lang.String getPIOSLogDir()
Returns the PIOS log directory.

Returns:
The log directory used by the PIOS system.

getPIOSConfigDir

public static java.lang.String getPIOSConfigDir()
Returns the PIOS configuration directory.

Returns:
The configuration directory used by the PIOS system.

getPIOSInstallationDir

public static java.lang.String getPIOSInstallationDir()
Returns the PIOS installation directory.

Returns:
The installation directory used by the PIOS system.

getPIOSPropertiesDir

public static java.lang.String getPIOSPropertiesDir()
Returns the PIOS properties directory.

Returns:
The property files directory used by the PIOS system.


Copyright © 2005 SAP AG. All Rights Reserved.