Package org.apache.uima.bootstrap
Class UimaBootstrap
java.lang.Object
org.apache.uima.bootstrap.UimaBootstrap
Run an arbitrary "main" method in a class, after adding classes to the classpath
that are specified as libraries, or as jar files
Uses arguments:
-Dorg.apache.uima.jarpath=XXXX where XXXX is
a string of file paths to directories connected using File.pathSeparator; each
directory's contained JARs will be added to the class path.
If the directory has no Jars, then it is put in the class path directly.
The paths can also contain jar files.
The paths added are added in an arbitrary order.
The normal parent-first delegation is done
The first argument is taken to be the name of the class to launch;
that is passed the rest of the arguments.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UimaBootstrap
public UimaBootstrap()
-
-
Method Details
-
main
public static void main(String[] args) throws SecurityException, NoSuchMethodException, IllegalArgumentException, IllegalAccessException, InvocationTargetException, MalformedURLException, IOException, URISyntaxException
-