Class Dd2spring


  • public class Dd2spring
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dd2spring()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void convertDd2Spring​(java.io.File tempFile, java.lang.String ddFilePath, java.lang.String dd2SpringXsltFilePath, java.net.URL saxonClasspathURL)  
      java.io.File convertDd2Spring​(java.lang.String ddFilePath, java.lang.String dd2SpringXsltFilePath, java.lang.String saxonClasspath, java.lang.String uimaAsDebug)  
      static void main​(java.lang.String[] args)
      Test driver arg = path_to_source, path_to_xslt, path_to_saxon_jar, uima-as-debug flag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dd2spring

        public Dd2spring()
    • Method Detail

      • main

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

        public java.io.File convertDd2Spring​(java.lang.String ddFilePath,
                                             java.lang.String dd2SpringXsltFilePath,
                                             java.lang.String saxonClasspath,
                                             java.lang.String uimaAsDebug)
      • convertDd2Spring

        public void convertDd2Spring​(java.io.File tempFile,
                                     java.lang.String ddFilePath,
                                     java.lang.String dd2SpringXsltFilePath,
                                     java.net.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