GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Static Private Attributes

de.zib.gndms.infra.GridConfig Class Reference

ThingAMagic. More...

Inheritance diagram for de.zib.gndms.infra.GridConfig:
de.zib.gndms.infra.SettableGridConfig

List of all members.

Public Member Functions

abstract String getGridName () throws Exception
abstract String getGridPath () throws Exception
boolean isDebugMode ()
 Returns whether to use debug mode or not.
String asString ()

Static Private Attributes

static final Logger logger = LoggerFactory.getLogger(GridConfig.class)

Detailed Description

ThingAMagic.

Author:
try ste fan pla nti kow zib
Version:
$Id$

User: stepn Date: 15.07.2008 Time: 14:22:20


Member Function Documentation

boolean de.zib.gndms.infra.GridConfig.isDebugMode ( )

Returns whether to use debug mode or not.

Result is retrieved from the system environment variable 'GNDMS_DEBUG'.

Returns:
whether to use debug mode or not
                                 {
        return System.getenv("GNDMS_DEBUG") != null;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables