org.ow2.petals.kernel.api.server.util
Class SystemUtil

java.lang.Object
  extended by org.ow2.petals.kernel.api.server.util.SystemUtil

public final class SystemUtil
extends java.lang.Object

This utility class provides facilities to get system information.

Since:
Petals 1.0
Version:
$Rev: 446 $ $Date: 2006-05-19 16:13:50 +0200 (ven, 19 mai 2006) $
Author:
alouis, Rafael Marins, ddesjardins - eBMWebsourcing, Marc Dutoo - Open Wide, chamerling - eBMWebsourcing, roland NAUDIN - eBMWebsourcing

Field Summary
static java.lang.String ENVIRONMENT_INSTALL_PATH
          Environment variable name to store the PEtALS home directory.
static java.lang.String PROPERTY_INSTALL_PATH
          Java property name to store the PEtALS home directory.
 
Method Summary
static java.io.File getPetalsInstallDirectory()
          Get the PEtALS home directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENVIRONMENT_INSTALL_PATH

public static final java.lang.String ENVIRONMENT_INSTALL_PATH
Environment variable name to store the PEtALS home directory.

See Also:
Constant Field Values

PROPERTY_INSTALL_PATH

public static final java.lang.String PROPERTY_INSTALL_PATH
Java property name to store the PEtALS home directory.

See Also:
Constant Field Values
Method Detail

getPetalsInstallDirectory

public static java.io.File getPetalsInstallDirectory()
Get the PEtALS home directory.

Returns:
The PEtALS home directory


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.