Class DefaultDumpFilterHandler.RevisionItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long myRevision  
      (package private) boolean myWasDropped  
    • Constructor Summary

      Constructors 
      Constructor Description
      RevisionItem​(long revision, boolean dropped)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getRevision()  
      boolean wasDropped()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myRevision

        long myRevision
      • myWasDropped

        boolean myWasDropped
    • Constructor Detail

      • RevisionItem

        public RevisionItem​(long revision,
                            boolean dropped)
    • Method Detail

      • wasDropped

        public boolean wasDropped()
      • getRevision

        public long getRevision()