Class SyncInfoFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      SyncInfoFilter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean select​(SyncInfo info, IProgressMonitor monitor)
      Return true if the provided SyncInfo matches the filter.
      • Methods inherited from class java.lang.Object

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

      • SyncInfoFilter

        public SyncInfoFilter()
    • Method Detail

      • select

        public abstract boolean select​(SyncInfo info,
                                       IProgressMonitor monitor)
        Return true if the provided SyncInfo matches the filter.
        Parameters:
        info - the SyncInfo to be tested
        monitor - a progress monitor
        Returns:
        true if the SyncInfo matches the filter