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 classDescriptorThis class is the container for a file descriptor object.classFifoThis class is the container for a FIFO object.classRegularThis class is the container for a regular file object.classTemporaryThis 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 FileStatCall. m_filethe 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 FileStatCall. getFile()AccessorMethods in edu.isi.pegasus.planner.invocation with parameters of type File Modifier and Type Method Description voidStatCall. setFile(File file)Accessor.
-