Class SVNReader
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNReader
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBoolean(List items, int index) static byte[]static Dateprivate static SVNErrorMessagegetErrorMessage(SVNItem item) private static ListgetItemList(List items, int index) static Liststatic SVNLockgetLock(Collection items) static longstatic SVNPropertiesgetProperties(List items, int index, SVNProperties properties) static SVNPropertiesgetPropertyDiffs(List items, int index, SVNProperties diffs) static Stringstatic voidhandleFailureStatus(List list) static booleanstatic Listparse(InputStream is, String template, List values) private static intparseTuple(String template, int index, Collection items, List values) static ListparseTuple(String template, Collection items, List values) private static charreadChar(InputStream is) static SVNItemreadItem(InputStream is) private static SVNItemreadItem(InputStream is, SVNItem item, char ch) static ListreadTuple(InputStream is, String template) private static char
-
Field Details
-
DEAFAULT_ERROR_TEMPLATE
- See Also:
-
DEFAULT_TEMPLATE
- See Also:
-
UTF8_CHARSET_STRING
- See Also:
-
-
Constructor Details
-
SVNReader
public SVNReader()
-
-
Method Details
-
getDate
-
getLong
-
getBoolean
-
getList
-
getProperties
public static SVNProperties getProperties(List items, int index, SVNProperties properties) throws SVNException - Throws:
SVNException
-
getPropertyDiffs
public static SVNProperties getPropertyDiffs(List items, int index, SVNProperties diffs) throws SVNException - Throws:
SVNException
-
getLock
- Throws:
SVNException
-
getString
-
getBytes
-
getItemList
-
hasValue
-
readItem
- Throws:
SVNException
-
parse
- Throws:
SVNException
-
handleFailureStatus
- Throws:
SVNException
-
getErrorMessage
- Throws:
SVNException
-
readTuple
- Throws:
SVNException
-
parseTuple
- Throws:
SVNException
-
parseTuple
private static int parseTuple(String template, int index, Collection items, List values) throws SVNException - Throws:
SVNException
-
readItem
- Throws:
SVNException
-
readChar
- Throws:
SVNException
-
skipWhiteSpace
- Throws:
SVNException
-