Class SharedProperties
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.http.SharedProperties
-
- All Implemented Interfaces:
Serializable,org.osid.shared.Properties
public class SharedProperties extends Object implements org.osid.shared.Properties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedProperties()SharedProperties(Map map, org.osid.shared.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osid.shared.ObjectIteratorgetKeys()SerializablegetProperty(Serializable key)org.osid.shared.TypegetType()
-
-
-
Constructor Detail
-
SharedProperties
public SharedProperties() throws org.osid.shared.SharedException- Throws:
org.osid.shared.SharedException
-
SharedProperties
public SharedProperties(Map map, org.osid.shared.Type type) throws org.osid.shared.SharedException
- Throws:
org.osid.shared.SharedException
-
-
Method Detail
-
getKeys
public org.osid.shared.ObjectIterator getKeys() throws org.osid.shared.SharedException- Specified by:
getKeysin interfaceorg.osid.shared.Properties- Throws:
org.osid.shared.SharedException
-
getProperty
public Serializable getProperty(Serializable key) throws org.osid.shared.SharedException
- Specified by:
getPropertyin interfaceorg.osid.shared.Properties- Throws:
org.osid.shared.SharedException
-
getType
public org.osid.shared.Type getType() throws org.osid.shared.SharedException- Specified by:
getTypein interfaceorg.osid.shared.Properties- Throws:
org.osid.shared.SharedException
-
-