|
|||||||||
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
Depth undetermined or ignored. |
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). |
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 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 |