public class ManifestInput extends ManifestFile
Constructor and Description |
---|
ManifestInput(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
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 |
getReferencingProgram()
Returns the program that referenced this input.
|
int |
hashCode() |
String |
toString() |
getPath, getRepositoryId, getSize, getSourceLocation, getVersion
public ManifestInput(String path, SourceLocation sourceLocation, String repositoryId, String version, String referencingProgram, Long size)
path
- the path of the file in the manifestsourceLocation
- whether the input 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 versionedreferencingProgram
- the program that referenced this inputsize
- the size of the file at the time the manifest was generatedpublic String getReferencingProgram()
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