public static interface DirectoryInventory.IDeltaListener
| Modifier and Type | Method and Description |
|---|---|
void |
directoryAdded(String path) |
void |
directoryDeleted(String path) |
void |
fileAdded(String path,
long lastModified,
byte[] md5hash) |
void |
fileDeleted(String path,
long lastModified,
byte[] md5hash) |
void |
fileModified(String path,
long srcLastModified,
long dstLastModified,
byte[] srchash,
byte[] dsthash) |
Copyright © 2017 etc.to. All rights reserved.