-
- All Known Implementing Classes:
Sync.AlwaysCopyChecker,Sync.LastModifiedChecker
- Enclosing class:
- Sync
public static interface Sync.Checker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sync.Resultcheck(org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)voidtag(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
-
-