public abstract class ManifestFileRef extends Object implements Serializable
Constructor and Description |
---|
ManifestFileRef(ManifestFile file)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ManifestFile |
getFile()
Gets the file object that represents a file tha tis referenced in a job submission.
|
String |
getId()
Gets the unique identifier, if the manifest file is a repository file.
|
Date |
getLastModified()
Gets the date on which the file was last modified.
|
String |
getName()
The name of the file that is referenced in a job submission.
|
String |
getPath()
The path to the file that is referenced in a job submission.
|
String |
getVersion()
Gets the version, if the manifest file is a repository that is versioned.
|
int |
hashCode() |
boolean |
isRepositoryFile()
Indicates whether the file is a repository file.
|
boolean |
isWorkspaceFile()
Indicates whether the file is a workspace file.
|
String |
toString() |
public ManifestFileRef(ManifestFile file)
file
- The file object that represents an output file the job submission.public ManifestFile getFile()
public String getPath()
public String getName()
public Date getLastModified()
public String getId()
public String getVersion()
public boolean isRepositoryFile()
True
, if the file is a repository file, False
otherwise.public boolean isWorkspaceFile()
True
if the file is a workspace file, False
otherwise.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>