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 classArgStringThis class maintains the application that was run, and the arguments to the commandline that were actually passed on to the application.classArgVectorThis 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 ArgumentsJob. m_argumentsCommand-line arguments.Methods in edu.isi.pegasus.planner.invocation that return Arguments Modifier and Type Method Description ArgumentsJob. getArguments()AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type Arguments Modifier and Type Method Description voidJob. setArguments(Arguments arguments)Accessor.
-