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