Package org.tigris.subversion.javahl
Class DirEntry.Fields
java.lang.Object
org.tigris.subversion.javahl.DirEntry.Fields
- Enclosing class:
- DirEntry
public class DirEntry.Fields extends Object
The various field values which can be passed to list()
-
Field Summary
Fields Modifier and Type Field Description static int
all
A combination of all the DirEntry fieldsstatic int
hasProps
An indication that you are interested in the hasProps fieldstatic int
lastAuthor
An indication that you are interested in the lastAuthor fieldstatic int
lastChanged
An indication that you are interested in the lastChanged fieldstatic int
lastChangeRevision
An indication that you are interested in the lastChangedRevision fieldstatic int
nodeKind
An indication that you are interested in the nodeKind fieldstatic int
size
An indication that you are interested in the size field -
Constructor Summary
Constructors Constructor Description Fields()
-
Method Summary
-
Field Details
-
nodeKind
public static final int nodeKindAn indication that you are interested in the nodeKind field- See Also:
- Constant Field Values
-
size
public static final int sizeAn indication that you are interested in the size field- See Also:
- Constant Field Values
-
hasProps
public static final int hasPropsAn indication that you are interested in the hasProps field- See Also:
- Constant Field Values
-
lastChangeRevision
public static final int lastChangeRevisionAn indication that you are interested in the lastChangedRevision field- See Also:
- Constant Field Values
-
lastChanged
public static final int lastChangedAn indication that you are interested in the lastChanged field- See Also:
- Constant Field Values
-
lastAuthor
public static final int lastAuthorAn indication that you are interested in the lastAuthor field- See Also:
- Constant Field Values
-
all
public static final int allA combination of all the DirEntry fields- See Also:
- Constant Field Values
-
-
Constructor Details
-
Fields
public Fields()
-