Class ContextManager
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.core.ContextManager
-
public class ContextManager extends Object
- Version:
- 3.1.0
-
-
Constructor Summary
Constructors Constructor Description ContextManager(List<ContextConfiguration> contexts, FilterManager filterManager, TransformManager tm, MetadataFormatManager mfm, StaticSetManager sm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontextExists(String baseUrl)Collection<XOAIContext>getContexts()XOAIContextgetOAIContext(String baseUrl)
-
-
-
Constructor Detail
-
ContextManager
public ContextManager(List<ContextConfiguration> contexts, FilterManager filterManager, TransformManager tm, MetadataFormatManager mfm, StaticSetManager sm) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
contextExists
public boolean contextExists(String baseUrl)
-
getOAIContext
public XOAIContext getOAIContext(String baseUrl)
-
getContexts
public Collection<XOAIContext> getContexts()
-
-