Modifier and Type | Field and Description |
---|---|
private java.lang.String |
adaptorName |
private Path |
source |
private Path |
target |
private java.lang.String |
uniqueID |
Constructor and Description |
---|
CopyImplementation(java.lang.String adaptorName,
java.lang.String uniqueID,
Path source,
Path target) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdaptorName() |
Path |
getSource()
Retrieve the source of the copy.
|
Path |
getTarget()
Retrieve the target of the copy.
|
java.lang.String |
getUniqueID() |
boolean |
hasID(java.lang.String copyID) |
java.lang.String |
toString() |
private final java.lang.String adaptorName
private final java.lang.String uniqueID
private final Path source
private final Path target
public java.lang.String getAdaptorName()
public java.lang.String getUniqueID()
public Path getSource()
Copy
public Path getTarget()
Copy
public boolean hasID(java.lang.String copyID)
public java.lang.String toString()
toString
in class java.lang.Object