Package com.sas.lsaf.execution.job
Class ManifestWorkspaceFile
java.lang.Object
com.sas.lsaf.execution.job.ManifestFile
com.sas.lsaf.execution.job.ManifestWorkspaceFile
- All Implemented Interfaces:
Serializable
The client representation of a workspace file that is referenced in a job manifest file.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestWorkspaceFile(String path, String name, Date lastModified, Long size) It is not intended or recommended that the consumer of the API construct these objects. -
Method Summary
Methods inherited from class com.sas.lsaf.execution.job.ManifestFile
equals, getId, getLastModified, getName, getPath, getSize, getVersion, hashCode, isRepositoryFile, isWorkspaceFile
-
Constructor Details
-
ManifestWorkspaceFile
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
-
toString
- Overrides:
toStringin classManifestFile
-