| Package | Description |
|---|---|
| com.tomasteubner.common.core.io |
This package contains classes based on java.io classes.
|
| com.tomasteubner.common.core.util |
This package contains some utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Filter<File> |
FileSystemTreeIterator.filter |
| Constructor and Description |
|---|
FileSystemTree(File root,
Filter<File> filter)
Constructor.
|
FileSystemTreeIterator(File root,
Filter<File> filter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Filter<T> |
Filters.allFalse()
Always-false filter.
|
static <T> Filter<T> |
Filters.allTrue()
Always-true filter.
|
Copyright © 2014–2016 Tomas Teubner. All rights reserved.