com.infoteria.asteria.flowengine2.thinclient.app
Class FlowExec

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.thinclient.app.FlowExec

public class FlowExec
extends java.lang.Object

任意のASTERIAサーバーのフローを実行するアプリケーション
Usage: java com.infoteria.asteria.flowengine2.thinclient.app.FlowExec <OPTIONS>
Options:
    -user:<username>
    -project:<project name>
    -flow:<flow name>
    [-host:<host name>]
    [-port:<port>]
    [-password:<password>]
    [-mode:<normal|debug|profile>]
    [-output:<output filename>]
    [-p:<name>=<value>]*
    [-retryCount:<retry count>]
    [-retryInterval:<retry interval(second)>]


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception