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

All Known Implementing Classes:
FactoryConfiguration

public interface IFactoryConfiguration


Method Summary
 void addContextConfig(URI contextID, Properties p)
           
 IContextConfiguration createContextConfig(URI contextID, Properties p)
           
 String getCachePath()
           
 IContextConfiguration getContextConfig(URI key)
           
 List getContextIDs()
           
 Properties getDefaultProperties()
           
 void load(File config)
           
 void removeContextConfig(URI contextID)
           
 void save(File config)
           
 void setContextConfig(IContextConfiguration config)
           
 

Method Detail

getDefaultProperties

Properties getDefaultProperties()

getContextIDs

List getContextIDs()

getCachePath

String getCachePath()

getContextConfig

IContextConfiguration getContextConfig(URI key)

setContextConfig

void setContextConfig(IContextConfiguration config)

addContextConfig

void addContextConfig(URI contextID,
                      Properties p)

removeContextConfig

void removeContextConfig(URI contextID)

createContextConfig

IContextConfiguration createContextConfig(URI contextID,
                                          Properties p)

load

void load(File config)

save

void save(File config)