| Package | Description |
|---|---|
| to.etc.file |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryInventory |
DirectoryInventory.create(File src)
Create an inventory for the specified directory by scanning and reading all files.
|
static DirectoryInventory |
DirectoryInventory.createEmpty() |
static DirectoryInventory |
DirectoryInventory.load(File src)
Load the inventory from a file.
|
| Modifier and Type | Method and Description |
|---|---|
List<DirectoryInventory.DeltaRecord> |
DirectoryInventory.compareTo(DirectoryInventory other)
Compare to inventories and return a list of changes.
|
void |
DirectoryInventory.compareTo(DirectoryInventory other,
DirectoryInventory.IDeltaListener listener)
Compare this and another inventory, and generate events that tell how THIS would need to change to become OTHER.
|
Copyright © 2017 etc.to. All rights reserved.