org.eclipse.higgins.idas.cp.jena2
Interface IContextConfiguration
- All Known Implementing Classes:
- ContextConfiguration
- public interface IContextConfiguration
getCachePath
public String getCachePath()
getContextID
public URI getContextID()
getProperties
public Properties getProperties()
load
public void load(Properties defaults,
Element e)
throws Exception
- Throws:
Exception
store
public void store(Element e)
getProperty
public String getProperty(String key)
getPropertyNames
public List getPropertyNames()
getProperty
public String getProperty(String key,
String defaultValue)