Class DirEntry.Fields
java.lang.Object
org.apache.subversion.javahl.types.DirEntry.Fields
- Enclosing class:
- DirEntry
public class DirEntry.Fields
extends java.lang.Object
The various field values which can be passed to list()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A combination of all the DirEntry fieldsstatic final int
An indication that you are interested in the hasProps fieldstatic final int
An indication that you are interested in the lastAuthor fieldstatic final int
An indication that you are interested in the lastChanged fieldstatic final int
An indication that you are interested in the lastChangedRevision fieldstatic final int
An indication that you are interested in the nodeKind fieldstatic final int
An indication that you are interested in the size field -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
nodeKind
public static final int nodeKindAn indication that you are interested in the nodeKind field- See Also:
-
size
public static final int sizeAn indication that you are interested in the size field- See Also:
-
hasProps
public static final int hasPropsAn indication that you are interested in the hasProps field- See Also:
-
lastChangeRevision
public static final int lastChangeRevisionAn indication that you are interested in the lastChangedRevision field- See Also:
-
lastChanged
public static final int lastChangedAn indication that you are interested in the lastChanged field- See Also:
-
lastAuthor
public static final int lastAuthorAn indication that you are interested in the lastAuthor field- See Also:
-
all
public static final int allA combination of all the DirEntry fields- See Also:
-
-
Constructor Details
-
Fields
public Fields()
-