public class Depth
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
empty
Just the named directory D, no entries.
|
static int |
exclude
Exclude (remove, whatever) directory D.
|
static int |
files
D + its file children, but not subdirs.
|
static int |
immediates
D + immediate children (D and its entries).
|
static int |
infinity
D + all descendants (full recursion from D).
|
static int |
unknown
Depth undetermined or ignored.
|
| Constructor and Description |
|---|
Depth() |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromRecurse(boolean recurse) |
public static final int unknown
public static final int exclude
public static final int empty
public static final int files
public static final int immediates
public static final int infinity