Class Dd2spring

java.lang.Object
org.apache.uima.adapter.jms.service.Dd2spring

public class Dd2spring extends Object
  • Constructor Details

    • Dd2spring

      public Dd2spring()
  • Method Details

    • main

      public static void main(String[] args)
      Test driver arg = path_to_source, path_to_xslt, path_to_saxon_jar, uima-as-debug flag
      Parameters:
      args -
    • convertDd2Spring

      public File convertDd2Spring(String ddFilePath, String dd2SpringXsltFilePath, String saxonClasspath, String uimaAsDebug)
    • convertDd2Spring

      public void convertDd2Spring(File tempFile, String ddFilePath, String dd2SpringXsltFilePath, URL saxonClasspathURL)
      Parameters:
      ddFilePath - file path to UIMA Deployment Descriptor - passed to saxon
      dd2SpringXsltFilePath - file path to dd2spring.xslt transformation file - passed to saxon
      saxonClasspathURL - classpath for saxon8.jar