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()
Gets the program that referenced the 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 manifest file.sourceLocation
- The location of the input 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.referencingProgram
- The program that referenced the input.size
- The size (in bytes) of the file at the time the manifest file was created.public 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) 2020, SAS Institute Inc., Cary, NC, USA