org.globus.cog.abstraction.impl.common
Class AbstractionProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.globus.cog.abstraction.impl.common.AbstractionProperties
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class AbstractionProperties
- extends Properties
- See Also:
- Serialized Form
| 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 |
PROVIDER_PROPERTY_FILE
public static final String PROVIDER_PROPERTY_FILE
- See Also:
- Constant Field Values
CLASS_LOADER_NAME
public static final String CLASS_LOADER_NAME
- See Also:
- Constant Field Values
CLASS_LOADER_PROPERTIES
public static final String CLASS_LOADER_PROPERTIES
- See Also:
- Constant Field Values
CLASS_LOADER_BOOTCLASS
public static final String CLASS_LOADER_BOOTCLASS
- See Also:
- Constant Field Values
CLASS_LOADER_USESYSTEM
public static final String CLASS_LOADER_USESYSTEM
- See Also:
- Constant Field Values
SANDBOX
public static final String SANDBOX
- See Also:
- Constant Field Values
SANDBOX_BOOTCLASS
public static final String SANDBOX_BOOTCLASS
- See Also:
- Constant Field Values
ALIAS
public static final String ALIAS
- See Also:
- Constant Field Values
AbstractionProperties
public AbstractionProperties()
AbstractionProperties
public AbstractionProperties(String file)
throws IOException
getProviders
public static List getProviders()
getAliasesAsString
public static String getAliasesAsString()
getProperties
public static AbstractionProperties getProperties(String provider)
throws InvalidProviderException
- Throws:
InvalidProviderException
loadProviderProperties
protected static void loadProviderProperties()
load
public void load(String file)
throws IOException
- Throws:
IOException
getProperty
public String getProperty(String key)
getBooleanProperty
public boolean getBooleanProperty(String key)
getBooleanProperty
public boolean getBooleanProperty(String name,
boolean defaultValue)
put
public void put(String key,
String value)
load
public void load(InputStream is)
throws IOException
- Throws:
IOException