org.eclipse.higgins.idas.cp.jena2.impl
Class ContextConfiguration
java.lang.Object
org.eclipse.higgins.idas.cp.jena2.impl.ContextConfiguration
- All Implemented Interfaces:
- IContextConfiguration
- public class ContextConfiguration
- extends Object
- implements IContextConfiguration
ContextConfiguration
public ContextConfiguration(String cachePath,
URI contextID,
Properties defaults,
Properties properties)
ContextConfiguration
public ContextConfiguration(Properties properties)
ContextConfiguration
public ContextConfiguration(String cachePath,
Properties defaults,
Element e)
throws Exception
getCachePath
public String getCachePath()
- Specified by:
getCachePath in interface IContextConfiguration
getContextID
public URI getContextID()
- Specified by:
getContextID in interface IContextConfiguration
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface IContextConfiguration
load
public void load(Properties defaults,
Element e)
throws Exception
- Specified by:
load in interface IContextConfiguration
- Throws:
Exception
store
public void store(Element e)
- Specified by:
store in interface IContextConfiguration
getProperty
public String getProperty(String key)
- Specified by:
getProperty in interface IContextConfiguration
getPropertyNames
public List getPropertyNames()
- Specified by:
getPropertyNames in interface IContextConfiguration
getProperty
public String getProperty(String key,
String defaultValue)
- Specified by:
getProperty in interface IContextConfiguration