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 boolean
getBoolean
(List items, int index) static byte[]
static Date
private static SVNErrorMessage
getErrorMessage
(SVNItem item) private static List
getItemList
(List items, int index) static List
static SVNLock
getLock
(Collection items) static long
static SVNProperties
getProperties
(List items, int index, SVNProperties properties) static SVNProperties
getPropertyDiffs
(List items, int index, SVNProperties diffs) static String
static void
handleFailureStatus
(List list) static boolean
static List
parse
(InputStream is, String template, List values) private static int
parseTuple
(String template, int index, Collection items, List values) static List
parseTuple
(String template, Collection items, List values) private static char
readChar
(InputStream is) static SVNItem
readItem
(InputStream is) private static SVNItem
readItem
(InputStream is, SVNItem item, char ch) static List
readTuple
(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
-