Interface Sync.Completor

  • Enclosing class:
    Sync

    public static interface Sync.Completor
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      void complete​(org.apache.commons.vfs2.FileObject sourceRoot, org.apache.commons.vfs2.FileObject destination)  
      default void completeRoot​(org.apache.commons.vfs2.FileObject sourceRoot, org.apache.commons.vfs2.FileObject destinationRoot)  
    • Method Detail

      • complete

        void complete​(org.apache.commons.vfs2.FileObject sourceRoot,
                      org.apache.commons.vfs2.FileObject destination)
      • completeRoot

        default void completeRoot​(org.apache.commons.vfs2.FileObject sourceRoot,
                                  org.apache.commons.vfs2.FileObject destinationRoot)