|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.utils.Depth
public class Depth
Field Summary | |
---|---|
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 Summary | |
---|---|
Depth()
|
Method Summary | |
---|---|
static int |
fromRecurse(boolean recurse)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Depth()
Method Detail |
---|
public static final int fromRecurse(boolean recurse)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |