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) |
public void addListener(Path path, UsageComputation.CompletionListener listener)
public void compute()
throws IOException
IOExceptionprotected void computeUsage(Path path) throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.