Class Dd2spring
java.lang.Object
org.apache.uima.adapter.jms.service.Dd2spring
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
convertDd2Spring
(File tempFile, String ddFilePath, String dd2SpringXsltFilePath, URL saxonClasspathURL) convertDd2Spring
(String ddFilePath, String dd2SpringXsltFilePath, String saxonClasspath, String uimaAsDebug) static void
Test driver arg = path_to_source, path_to_xslt, path_to_saxon_jar, uima-as-debug flag
-
Constructor Details
-
Dd2spring
public Dd2spring()
-
-
Method Details
-
main
Test driver arg = path_to_source, path_to_xslt, path_to_saxon_jar, uima-as-debug flag- Parameters:
args
-
-
convertDd2Spring
-
convertDd2Spring
public void convertDd2Spring(File tempFile, String ddFilePath, String dd2SpringXsltFilePath, 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
-