Class FileDifference
- java.lang.Object
-
- org.apache.maven.scm.provider.accurev.FileDifference
-
public class FileDifference extends Object
-
-
Constructor Summary
Constructors Constructor Description FileDifference()
FileDifference(long elementId, String newPath, String newVersion, String oldPath, String oldVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getElementId()
File
getNewFile()
String
getNewVersionSpec()
File
getOldFile()
String
getOldVersionSpec()
int
hashCode()
void
setElementId(long elementId)
void
setNewVersion(String path, String version)
void
setOldVersion(String path, String version)
String
toString()
-