eu.unicore.hila.grid.unicore6
Class Unicore6Properties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by eu.unicore.hila.grid.unicore6.Unicore6Properties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class Unicore6Properties
extends Properties

Author:
bjoernh 13.08.2009 16:03:34
See Also:
Serialized Form

Field Summary
static String HILA_UNICORE6_CONFIG
           
static String SITE_UPDATE_INTERVAL
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Unicore6Properties()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object _other)
           
 File getConfigBase()
           
 String getConfigImplementation()
           
 List<String> getRegistryUrls()
           
 boolean getSeparateTSSs()
           
 int hashCode()
           
 void setConfigBase(File _configBase)
           
 
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, contains, containsKey, containsValue, elements, entrySet, get, 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

HILA_UNICORE6_CONFIG

public static final String HILA_UNICORE6_CONFIG
See Also:
Constant Field Values

SITE_UPDATE_INTERVAL

public static final String SITE_UPDATE_INTERVAL
See Also:
Constant Field Values
Constructor Detail

Unicore6Properties

public Unicore6Properties()
Method Detail

getRegistryUrls

public List<String> getRegistryUrls()

getConfigImplementation

public String getConfigImplementation()

getConfigBase

public File getConfigBase()
Returns:
the configBase

setConfigBase

public void setConfigBase(File _configBase)
Parameters:
_configBase -

equals

public boolean equals(Object _other)
Specified by:
equals in interface Map<Object,Object>
Overrides:
equals in class Hashtable<Object,Object>
See Also:
Hashtable.equals(java.lang.Object)

hashCode

public int hashCode()
Specified by:
hashCode in interface Map<Object,Object>
Overrides:
hashCode in class Hashtable<Object,Object>
See Also:
Hashtable.hashCode()

getSeparateTSSs

public boolean getSeparateTSSs()
Returns:

clone

public Object clone()
Overrides:
clone in class Hashtable<Object,Object>
See Also:
Hashtable.clone()


Copyright © 2010-2013 UNICORE. All Rights Reserved.