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