Interface Sync.Checker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Sync.Result check​(org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)  
      void tag​(Sync.Result result, org.apache.commons.vfs2.FileObject file, org.apache.commons.vfs2.FileObject existing)  
    • Method Detail

      • check

        Sync.Result check​(org.apache.commons.vfs2.FileObject incoming,
                          org.apache.commons.vfs2.FileObject existing)
                   throws org.apache.commons.vfs2.FileSystemException
        Throws:
        org.apache.commons.vfs2.FileSystemException
      • tag

        void tag​(Sync.Result result,
                 org.apache.commons.vfs2.FileObject file,
                 org.apache.commons.vfs2.FileObject existing)
          throws org.apache.commons.vfs2.FileSystemException
        Throws:
        org.apache.commons.vfs2.FileSystemException