net.bpelunit.utils.datasourceinliner
Class CLIRunner
java.lang.Object
net.bpelunit.utils.datasourceinliner.CLIRunner
public class CLIRunner
- extends Object
Command-line interface for the data source inliner.
- Author:
- Antonio García-Domínguez
|
Method Summary |
static void |
main(String[] args)
Runs the inliner from the command line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIRunner
public CLIRunner()
main
public static void main(String[] args)
throws IOException,
DataSourceException,
org.apache.xmlbeans.XmlException,
ConfigurationException
- Runs the inliner from the command line.
- Parameters:
args - Command line arguments.
- Throws:
IOException - Could not create the temporary file.
org.apache.xmlbeans.XmlException - There was a problem during XML parsing.
DataSourceException - There was a problem while reading the contents of the data
sources in the BPTS file.
ConfigurationException - BPELUnit was not configured properly.
Copyright © 2012 Leibniz Universität Hannover. All Rights Reserved.