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

Field Summary
 final static DepthINFINITY
           
 final static DepthONE
           
 private Stringtag
           
 final static DepthZERO
           

Constructor Summary
 private Depth(String tag)
           

Method Summary
 StringtoString()
           

Field Detail

INFINITY

public final static Depth INFINITY

ONE

public final static Depth ONE

tag

private String tag

ZERO

public final static Depth ZERO
Constructor Detail

Depth

private Depth(String tag)
Method Detail

toString

public String toString()

Association Links

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