Package org.apache.uima.fit.factory
Class UimaContextFactory
java.lang.Object
org.apache.uima.fit.factory.UimaContextFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.uima.UimaContext
createUimaContext
(Object... configurationParameters) Create a new UimaContext with the given configuration parameters set.
-
Method Details
-
createUimaContext
public static org.apache.uima.UimaContext createUimaContext(Object... configurationParameters) throws org.apache.uima.resource.ResourceInitializationException Create a new UimaContext with the given configuration parameters set.- Parameters:
configurationParameters
- The parameters to be set.- Returns:
- The new UimaContext.
- Throws:
org.apache.uima.resource.ResourceInitializationException
- If the context could not be created.
-