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 booleanequals(Object obj)longgetElementId()FilegetNewFile()StringgetNewVersionSpec()FilegetOldFile()StringgetOldVersionSpec()inthashCode()voidsetElementId(long elementId)voidsetNewVersion(String path, String version)voidsetOldVersion(String path, String version)StringtoString()
-