org.apache.subversion.javahl.types
Class DirEntry.Fields

java.lang.Object
  extended by org.apache.subversion.javahl.types.DirEntry.Fields
Enclosing class:
DirEntry

public class DirEntry.Fields
extends Object

The various field values which can be passed to list()


Field Summary
static int all
          A combination of all the DirEntry fields
static int hasProps
          An indication that you are interested in the hasProps field
static int lastAuthor
          An indication that you are interested in the lastAuthor field
static int lastChanged
          An indication that you are interested in the lastChanged field
static int lastChangeRevision
          An indication that you are interested in the lastChangedRevision field
static int nodeKind
          An indication that you are interested in the nodeKind field
static int size
          An indication that you are interested in the size field
 
Constructor Summary
DirEntry.Fields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeKind

public static final int nodeKind
An indication that you are interested in the nodeKind field

See Also:
Constant Field Values

size

public static final int size
An indication that you are interested in the size field

See Also:
Constant Field Values

hasProps

public static final int hasProps
An indication that you are interested in the hasProps field

See Also:
Constant Field Values

lastChangeRevision

public static final int lastChangeRevision
An indication that you are interested in the lastChangedRevision field

See Also:
Constant Field Values

lastChanged

public static final int lastChanged
An indication that you are interested in the lastChanged field

See Also:
Constant Field Values

lastAuthor

public static final int lastAuthor
An indication that you are interested in the lastAuthor field

See Also:
Constant Field Values

all

public static final int all
A combination of all the DirEntry fields

See Also:
Constant Field Values
Constructor Detail

DirEntry.Fields

public DirEntry.Fields()