public final class ManifestOutput extends ManifestFile
Constructor and Description |
---|
ManifestOutput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
boolean wasCheckedIn,
String checkInErrorMessage,
String referencingProgram,
Long size)
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) |
String |
getCheckInErrorMessage()
Gets the message that describes the reason the output file was not checked in to the repository.
|
String |
getReferencingProgram()
Gets the program that referenced the input file.
|
boolean |
getWasCheckedIn()
Indicates whether the output file was checked in to the repository.
|
int |
hashCode() |
String |
toString() |
getPath, getRepositoryId, getSize, getSourceLocation, getVersion
public ManifestOutput(String path, SourceLocation sourceLocation, String repositoryId, String version, boolean wasCheckedIn, String checkInErrorMessage, String referencingProgram, Long size)
path
- The path of the file in the manifest file.sourceLocation
- The location of the output file: the repository or the workspace.repositoryId
- The unique identifier of the file, if the file exists in the repository.version
- The version of the file, if it is versioned.wasCheckedIn
- Indicates whether the output was checked in to the repository.checkInErrorMessage
- The message that describes the reason the output was not checked in to the repository.referencingProgram
- The program that referenced the input file.size
- The size (in bytes) of the file at the time the manifest file was created.public String getReferencingProgram()
public boolean getWasCheckedIn()
public String getCheckInErrorMessage()
public int hashCode()
hashCode
in class ManifestFile
public boolean equals(Object obj)
equals
in class ManifestFile
public String toString()
toString
in class ManifestFile
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA