Uses of Class
com.sshtools.vfs.ext.Sync.Result
-
-
Uses of Sync.Result in com.sshtools.vfs.ext
Methods in com.sshtools.vfs.ext that return Sync.Result Modifier and Type Method Description Sync.ResultSync.AlwaysCopyChecker. check(org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)Sync.ResultSync.Checker. check(org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)Sync.ResultSync.LastModifiedChecker. check(org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)static Sync.ResultSync.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static Sync.Result[]Sync.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sshtools.vfs.ext with parameters of type Sync.Result Modifier and Type Method Description voidSync.AlwaysCopyChecker. tag(Sync.Result result, org.apache.commons.vfs2.FileObject file, org.apache.commons.vfs2.FileObject existing)voidSync.Checker. tag(Sync.Result result, org.apache.commons.vfs2.FileObject file, org.apache.commons.vfs2.FileObject existing)voidSync.LastModifiedChecker. tag(Sync.Result result, org.apache.commons.vfs2.FileObject incoming, org.apache.commons.vfs2.FileObject existing)
-