public class ManifestWorkspaceFile extends ManifestFile
Constructor and Description |
---|
ManifestWorkspaceFile(String path,
String name,
Date lastModified,
Long size)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getId, getLastModified, getName, getPath, getSize, getVersion, hashCode, isRepositoryFile, isWorkspaceFile
public ManifestWorkspaceFile(String path, String name, Date lastModified, Long size)
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.public String toString()
toString
in class ManifestFile
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>