Uses of Class
edu.isi.pegasus.planner.invocation.File
-
Packages that use File Package Description edu.isi.pegasus.planner.invocation -
-
Uses of File in edu.isi.pegasus.planner.invocation
Subclasses of File in edu.isi.pegasus.planner.invocation Modifier and Type Class Description class
Descriptor
This class is the container for a file descriptor object.class
Fifo
This class is the container for a FIFO object.class
Regular
This class is the container for a regular file object.class
Temporary
This class is the container for a temporary file object.Fields in edu.isi.pegasus.planner.invocation declared as File Modifier and Type Field Description private File
StatCall. m_file
the object (fn,fd) that the stat call was taken on.Methods in edu.isi.pegasus.planner.invocation that return File Modifier and Type Method Description File
StatCall. getFile()
AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type File Modifier and Type Method Description void
StatCall. setFile(File file)
Accessor.
-