Class HashedFile

  • All Implemented Interfaces:
    CodeGenerator

    public class HashedFile
    extends CondorGenerator
    A Condor Submit Writer, that understands the notion of hashed file directories.
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Constructor Detail

      • HashedFile

        public HashedFile()
        The default constructor.
    • Method Detail

      • getWriter

        public java.io.PrintWriter getWriter​(Job job)
                                      throws java.io.IOException
        Returns an open stream to the file that is used for writing out the job information for the job.
        Overrides:
        getWriter in class Abstract
        Parameters:
        job - the job whose job information needs to be written.
        Returns:
        the writer to the open file.
        Throws:
        java.io.IOException - if unable to open a write handle to the file.