Uses of Class
edu.isi.pegasus.planner.invocation.Arguments
-
Packages that use Arguments Package Description edu.isi.pegasus.planner.invocation -
-
Uses of Arguments in edu.isi.pegasus.planner.invocation
Subclasses of Arguments in edu.isi.pegasus.planner.invocation Modifier and Type Class Description class
ArgString
This class maintains the application that was run, and the arguments to the commandline that were actually passed on to the application.class
ArgVector
This class maintains the application that was run, and the arguments to the commandline that were actually passed on to the application.Fields in edu.isi.pegasus.planner.invocation declared as Arguments Modifier and Type Field Description private Arguments
Job. m_arguments
Command-line arguments.Methods in edu.isi.pegasus.planner.invocation that return Arguments Modifier and Type Method Description Arguments
Job. getArguments()
AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type Arguments Modifier and Type Method Description void
Job. setArguments(Arguments arguments)
Accessor.
-