Class ManifestInput

java.lang.Object
com.sas.lsaf.execution.job.ManifestFileRef
com.sas.lsaf.execution.job.ManifestInput
All Implemented Interfaces:
Serializable

public class ManifestInput extends ManifestFileRef
The client representation of an input in a job manifest file.
See Also:
  • Constructor Details

    • ManifestInput

      public ManifestInput(ManifestFile manifestFile, String referencingProgram)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the manifest files that are returned by the API.
      Parameters:
      manifestFile - The file object that represents an input file that is referenced during the job submission.
      referencingProgram - The program that referenced the input.
  • Method Details