Package com.sas.lsaf.execution.job
Class ManifestExternalReference
java.lang.Object
com.sas.lsaf.execution.job.ManifestExternalReference
- All Implemented Interfaces:
Serializable
The class that represents references to items that are not found or are not
accessible from the current user's repository or workspace.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestExternalReference(String path, String referencingProgram) Constructor. -
Method Summary
-
Constructor Details
-
ManifestExternalReference
Constructor.- Parameters:
path- The path to the external item.referencingProgram- The program that referenced the item.
-
-
Method Details
-
getPath
Gets the path to the external item.- Returns:
- The path.
-
getReferencingProgram
Gets the program that referenced the item.- Returns:
- The program.
-
hashCode
public int hashCode() -
equals
-
toString
-