Class SvnDiffSource
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffSource
-
public class SvnDiffSource extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.FilereposRelPathprivate longrevision
-
Constructor Summary
Constructors Constructor Description SvnDiffSource(long revision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetReposRelPath()longgetRevision()voidsetReposRelPath(java.io.File reposRelPath)voidsetRevision(long revision)
-