com.togethersoft.openapi.vfs
Class Depth
- public class Depth
This type is used to specify depth in recursive operations. There are three values, which have following meaning:
ZERO -- apply operation to this file only;
ONE -- apply operation to this file and all its children;
INFINITY -- apply operation to this file and all its descendant;
- Author:
- TogetherSoft
| Constructor Summary |
private | Depth(String tag) |
INFINITY
public final static Depth INFINITY
ONE
public final static Depth ONE
tag
private String tag
ZERO
public final static Depth ZERO
Depth
private Depth(String tag)
toString
public String toString()
to Class java.lang.String
to Class com.togethersoft.openapi.vfs.Depth
to Class com.togethersoft.openapi.vfs.Depth
to Class com.togethersoft.openapi.vfs.Depth