public class TrianaBundle
extends java.lang.Object
| Constructor and Description |
|---|
TrianaBundle() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
executeBundle(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
Execute bundle.
|
org.shiwa.desktop.data.description.SHIWABundle |
executeBundleReturnBundle(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
Execute bundle return bundle.
|
java.io.File |
executeBundleReturnFile(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
Execute bundle return file.
|
static byte[] |
getFileBytes(java.io.File outfile)
Gets the file bytes.
|
static void |
main(java.lang.String[] args)
The main method.
|
public java.io.File executeBundleReturnFile(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
throws org.shiwa.desktop.data.util.exception.SHIWADesktopIOException
shiwaBundle - the shiwa bundletrianaArgs - the triana argsorg.shiwa.desktop.data.util.exception.SHIWADesktopIOException - the sHIWA desktop io exceptionpublic byte[] executeBundle(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
shiwaBundle - the shiwa bundletrianaArgs - the triana argspublic org.shiwa.desktop.data.description.SHIWABundle executeBundleReturnBundle(org.shiwa.desktop.data.description.SHIWABundle shiwaBundle,
java.lang.String[] trianaArgs)
shiwaBundle - the shiwa bundletrianaArgs - the triana argspublic static byte[] getFileBytes(java.io.File outfile)
throws java.lang.Exception
outfile - the outfilejava.lang.Exception - the exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - the argumentsjava.lang.Exception - the exception