org.ogf.graap.wsag.api.configuration
Class WSAG4JEnvironment

java.lang.Object
  extended by org.ogf.graap.wsag.api.configuration.WSAG4JEnvironment
All Implemented Interfaces:
WSAG4JConfigurationEnvironment

public class WSAG4JEnvironment
extends Object
implements WSAG4JConfigurationEnvironment

MSSEnvironment

Author:
Oliver Waeldrich

Field Summary
static String DEFAULT_CONFIGURATION_FILE
          Default WSAG4J configuration file.
static String DEFAULT_CONFIGURATION_PATH
          Default WSAG4J configuration path.
static String DEFAULT_CONFIGURATION_PATH_KEY
          System property to lookup default WSAG4J configuration path.
 
Constructor Summary
WSAG4JEnvironment()
          default constructor
WSAG4JEnvironment(String path)
          Creates a configuration environment with the specified configuration path.
 
Method Summary
 String getConfigurationPath()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIGURATION_PATH_KEY

public static final String DEFAULT_CONFIGURATION_PATH_KEY
System property to lookup default WSAG4J configuration path.

See Also:
Constant Field Values

DEFAULT_CONFIGURATION_PATH

public static final String DEFAULT_CONFIGURATION_PATH
Default WSAG4J configuration path.

See Also:
Constant Field Values

DEFAULT_CONFIGURATION_FILE

public static final String DEFAULT_CONFIGURATION_FILE
Default WSAG4J configuration file.

See Also:
Constant Field Values
Constructor Detail

WSAG4JEnvironment

public WSAG4JEnvironment()
default constructor


WSAG4JEnvironment

public WSAG4JEnvironment(String path)
Creates a configuration environment with the specified configuration path.

Parameters:
path - the WSAG4J configuration path
Method Detail

getConfigurationPath

public String getConfigurationPath()

Specified by:
getConfigurationPath in interface WSAG4JConfigurationEnvironment
Returns:
path to the MSS configuration files
See Also:
WSAG4JConfigurationEnvironment.getConfigurationPath()


Copyright © 2008-2012. All Rights Reserved.