public class UsageComputation extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
UsageComputation.CompletionListener |
| Constructor and Description |
|---|
UsageComputation(List<Path> pathsToScan) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Path path,
UsageComputation.CompletionListener listener) |
void |
compute() |
protected void |
computeUsage(Path path) |
int |
getItemsCount() |
public void addListener(Path path, UsageComputation.CompletionListener listener)
public int getItemsCount()
public void compute()
throws IOException
IOExceptionprotected void computeUsage(Path path) throws IOException
IOExceptionCopyright © 2016–2020. All rights reserved.