org.globus.tools
Class GlobusRun

java.lang.Object
  extended byorg.globus.tools.GlobusRun

public class GlobusRun
extends Object

GlobusRun command-line tool implementation in Java.


Field Summary
static int GLOBUSRUN_ARG_ALLOW_OUTPUT
           
static int GLOBUSRUN_ARG_ALLOW_READS
           
static int GLOBUSRUN_ARG_ALLOW_WRITES
           
static int GLOBUSRUN_ARG_AUTHENTICATE_ONLY
           
static int GLOBUSRUN_ARG_BATCH
           
static int GLOBUSRUN_ARG_DRYRUN
           
static int GLOBUSRUN_ARG_FULL_DELEGATION
           
static int GLOBUSRUN_ARG_PARSE_ONLY
           
static int GLOBUSRUN_ARG_QUIET
           
static int GLOBUSRUN_ARG_USE_GASS
           
 
Constructor Summary
GlobusRun()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBUSRUN_ARG_QUIET

public static final int GLOBUSRUN_ARG_QUIET
See Also:
Constant Field Values

GLOBUSRUN_ARG_DRYRUN

public static final int GLOBUSRUN_ARG_DRYRUN
See Also:
Constant Field Values

GLOBUSRUN_ARG_PARSE_ONLY

public static final int GLOBUSRUN_ARG_PARSE_ONLY
See Also:
Constant Field Values

GLOBUSRUN_ARG_AUTHENTICATE_ONLY

public static final int GLOBUSRUN_ARG_AUTHENTICATE_ONLY
See Also:
Constant Field Values

GLOBUSRUN_ARG_USE_GASS

public static final int GLOBUSRUN_ARG_USE_GASS
See Also:
Constant Field Values

GLOBUSRUN_ARG_ALLOW_READS

public static final int GLOBUSRUN_ARG_ALLOW_READS
See Also:
Constant Field Values

GLOBUSRUN_ARG_ALLOW_WRITES

public static final int GLOBUSRUN_ARG_ALLOW_WRITES
See Also:
Constant Field Values

GLOBUSRUN_ARG_BATCH

public static final int GLOBUSRUN_ARG_BATCH
See Also:
Constant Field Values

GLOBUSRUN_ARG_ALLOW_OUTPUT

public static final int GLOBUSRUN_ARG_ALLOW_OUTPUT
See Also:
Constant Field Values

GLOBUSRUN_ARG_FULL_DELEGATION

public static final int GLOBUSRUN_ARG_FULL_DELEGATION
See Also:
Constant Field Values
Constructor Detail

GlobusRun

public GlobusRun()
Method Detail

main

public static void main(String[] args)