public interface IDirectoryDelta
| Modifier and Type | Method and Description |
|---|---|
void |
compareFiles(File b,
File a,
String relpath)
Called when a and b both contain the same-named file.
|
boolean |
directoryAdded(File b,
File a,
String relpath)
The directory "b" was added, and did not exist in "a".
|
boolean |
directoryDeleted(File b,
File a,
String relpath)
Mark directory "b" as deleted (it exists as "a").
|
void |
fileAdded(File b,
File a,
String relpath) |
void |
fileDeleted(File b,
File a,
String relpath) |
void fileAdded(@Nonnull File b, @Nonnull File a, @Nonnull String relpath) throws Exception
Exceptionboolean directoryAdded(@Nonnull File b, @Nonnull File a, @Nonnull String relpath) throws Exception
b - a - relpath - Exceptionvoid fileDeleted(@Nonnull File b, @Nonnull File a, @Nonnull String relpath) throws Exception
Exceptionboolean directoryDeleted(@Nonnull File b, @Nonnull File a, @Nonnull String relpath) throws Exception
b - a - relpath - ExceptionCopyright © 2017 etc.to. All rights reserved.