org.apache.uima.adapter.jms.service
Class Dd2spring
java.lang.Object
org.apache.uima.adapter.jms.service.Dd2spring
public class Dd2spring
- extends java.lang.Object
Method Summary |
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 |
Dd2spring
public Dd2spring()
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 saxondd2SpringXsltFilePath
- file path to dd2spring.xslt transformation file - passed to saxonsaxonClasspathURL
- classpath for saxon8.jar
Copyright © 2011. All Rights Reserved.