public final class ManifestOutput extends ManifestFile
Constructor and Description |
---|
ManifestOutput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
boolean wasCheckedIn,
String checkInErrorMessage,
String refrencingProgram,
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()
Returns the message describing why the output was not checked in to the repository.
|
String |
getReferencingProgram()
Returns the program that referenced this input.
|
boolean |
getWasCheckedIn()
Returns the boolean value that represents whether the output 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 refrencingProgram, Long size)
path
- the path of the file in the manifestsourceLocation
- whether the output lives in the repository or workspacerepositoryId
- the unique id of the file if it exists in the repositoryversion
- the version of the file if it was versionedwasCheckedIn
- the boolean value that represents whether the output was checked in to the repositorycheckInErrorMessage
- the message describing why the output was not checked in to the repositoryrefrencingProgram
- the program that referenced this inputsize
- the size of the file at the time the manifest was generatedpublic 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) 2019, SAS Institute Inc., Cary, NC, USA