org.eclipse.higgins.idas.cp.jena2
Interface IContextConfiguration

All Known Implementing Classes:
ContextConfiguration

public interface IContextConfiguration


Method Summary
 String getCachePath()
           
 URI getContextID()
           
 Properties getProperties()
           
 String getProperty(String key)
           
 String getProperty(String key, String defaultValue)
           
 List getPropertyNames()
           
 void load(Properties defaults, Element e)
           
 void store(Element e)
           
 

Method Detail

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)