net.kwfgrid.gwes.servlet
Class GWESProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by net.kwfgrid.gwes.servlet.GWESProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class GWESProperties
extends Properties

Version:
$Id: GWESProperties.java 1520 2011-02-28 16:44:35Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)
See Also:
Serialized Form

Field Summary
 String existUrl
           
 String graphvizServiceUri
           
 String gwesBaseUrlExternal
           
 String gwesBaseUrlInternal
           
 String gworkflowdlXsdPath
           
 int height
           
 int width
           
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
static GWESProperties getInstance(String fn)
           
static Properties getPropertiesWithoutSecrets(String fn)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

gwesBaseUrlInternal

public String gwesBaseUrlInternal

gwesBaseUrlExternal

public String gwesBaseUrlExternal

existUrl

public String existUrl

graphvizServiceUri

public String graphvizServiceUri

gworkflowdlXsdPath

public String gworkflowdlXsdPath

width

public int width

height

public int height
Method Detail

getInstance

public static GWESProperties getInstance(String fn)
                                  throws IOException
Throws:
IOException

getPropertiesWithoutSecrets

public static Properties getPropertiesWithoutSecrets(String fn)
                                              throws IOException
Throws:
IOException


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.