org.eclipse.higgins.idas.cp.jena2
Interface IFactoryConfiguration
- All Known Implementing Classes:
- FactoryConfiguration
public interface IFactoryConfiguration
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)