public class ImportIwir
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IWIR_NODE
The Constant IWIR_NODE.
|
| Constructor and Description |
|---|
ImportIwir() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
The main method.
|
TaskGraph |
taskFromIwir(org.shiwa.fgi.iwir.IWIR iwir,
java.io.File fgiBundle)
Task from iwir.
|
public static final java.lang.String IWIR_NODE
public static void main(java.lang.String[] args)
throws java.io.IOException,
CableException,
javax.xml.bind.JAXBException,
ProxyInstantiationException,
TaskException
args - the argumentsjava.io.IOException - Signals that an I/O exception has occurred.CableException - the cable exceptionjavax.xml.bind.JAXBException - the jAXB exceptionProxyInstantiationException - the proxy instantiation exceptionTaskException - the task exceptionpublic TaskGraph taskFromIwir(org.shiwa.fgi.iwir.IWIR iwir, java.io.File fgiBundle) throws TaskException, ProxyInstantiationException, CableException, javax.xml.bind.JAXBException, java.io.IOException
iwir - the iwirfgiBundle - the fgi bundleTaskException - the task exceptionProxyInstantiationException - the proxy instantiation exceptionCableException - the cable exceptionjavax.xml.bind.JAXBException - the jAXB exceptionjava.io.IOException - Signals that an I/O exception has occurred.