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

All Known Implementing Classes:
ContextConfiguration

public interface IContextConfiguration


Method Summary
 String getCachePath()
           
 URI getContextRef()
           
 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

public String getCachePath()

getContextRef

public URI getContextRef()

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)