Class UimaContextFactory

java.lang.Object
org.apache.uima.fit.factory.UimaContextFactory

public final class UimaContextFactory extends Object
  • 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.