Class DefaultDumpFilterHandler.RevisionItem
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultDumpFilterHandler.RevisionItem
- Enclosing class:
- DefaultDumpFilterHandler
public class DefaultDumpFilterHandler.RevisionItem
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRevision
long myRevision -
myWasDropped
boolean myWasDropped
-
-
Constructor Details
-
RevisionItem
public RevisionItem(long revision, boolean dropped)
-
-
Method Details
-
wasDropped
public boolean wasDropped() -
getRevision
public long getRevision()
-