Class ManifestWorkspaceFile

java.lang.Object
com.sas.lsaf.execution.job.ManifestFile
com.sas.lsaf.execution.job.ManifestWorkspaceFile
All Implemented Interfaces:
Serializable

public class ManifestWorkspaceFile extends ManifestFile
The client representation of a workspace file that is referenced in a job manifest file.
Since:
2.4
See Also:
  • Constructor Details

    • ManifestWorkspaceFile

      public ManifestWorkspaceFile(String path, String name, Date lastModified, Long size)
      It is not intended or recommended that the consumer of the API construct these objects. They should only deal with the manifest workspace file objects returned by the API.
      Parameters:
      path - The full path to the file, which includes the name.
      name - The name of the file.
      lastModified - The date on which the file was last modified.
      size - The size (in bytes) of the file.
  • Method Details