Class SVNReader
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNReader
public class SVNReader
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final java.lang.String
private static final java.lang.String
private static final java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
getBoolean
(java.util.List items, int index) static byte[]
getBytes
(java.util.List items, int index) static java.util.Date
getDate
(java.util.List items, int index) private static SVNErrorMessage
getErrorMessage
(SVNItem item) private static java.util.List
getItemList
(java.util.List items, int index) static java.util.List
getList
(java.util.List items, int index) static SVNLock
getLock
(java.util.Collection items) static long
getLong
(java.util.List items, int index) static SVNProperties
getProperties
(java.util.List items, int index, SVNProperties properties) static SVNProperties
getPropertyDiffs
(java.util.List items, int index, SVNProperties diffs) static java.lang.String
getString
(java.util.List items, int index) static void
handleFailureStatus
(java.util.List list) static boolean
hasValue
(java.util.List items, int index, java.lang.Object value) static java.util.List
parse
(java.io.InputStream is, java.lang.String template, java.util.List values) private static int
parseTuple
(java.lang.String template, int index, java.util.Collection items, java.util.List values) static java.util.List
parseTuple
(java.lang.String template, java.util.Collection items, java.util.List values) private static char
readChar
(java.io.InputStream is) static SVNItem
readItem
(java.io.InputStream is) private static SVNItem
static java.util.List
readTuple
(java.io.InputStream is, java.lang.String template) private static char
skipWhiteSpace
(java.io.InputStream is) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEAFAULT_ERROR_TEMPLATE
private static final java.lang.String DEAFAULT_ERROR_TEMPLATE- See Also:
-
DEFAULT_TEMPLATE
private static final java.lang.String DEFAULT_TEMPLATE- See Also:
-
UTF8_CHARSET_STRING
private static final java.lang.String UTF8_CHARSET_STRING- See Also:
-
-
Constructor Details
-
SVNReader
public SVNReader()
-
-
Method Details
-
getDate
public static java.util.Date getDate(java.util.List items, int index) -
getLong
public static long getLong(java.util.List items, int index) -
getBoolean
public static boolean getBoolean(java.util.List items, int index) -
getList
public static java.util.List getList(java.util.List items, int index) -
getProperties
public static SVNProperties getProperties(java.util.List items, int index, SVNProperties properties) throws SVNException - Throws:
SVNException
-
getPropertyDiffs
public static SVNProperties getPropertyDiffs(java.util.List items, int index, SVNProperties diffs) throws SVNException - Throws:
SVNException
-
getLock
- Throws:
SVNException
-
getString
public static java.lang.String getString(java.util.List items, int index) -
getBytes
public static byte[] getBytes(java.util.List items, int index) -
getItemList
private static java.util.List getItemList(java.util.List items, int index) -
hasValue
public static boolean hasValue(java.util.List items, int index, java.lang.Object value) -
readItem
- Throws:
SVNException
-
parse
public static java.util.List parse(java.io.InputStream is, java.lang.String template, java.util.List values) throws SVNException - Throws:
SVNException
-
handleFailureStatus
- Throws:
SVNException
-
getErrorMessage
- Throws:
SVNException
-
readTuple
public static java.util.List readTuple(java.io.InputStream is, java.lang.String template) throws SVNException - Throws:
SVNException
-
parseTuple
public static java.util.List parseTuple(java.lang.String template, java.util.Collection items, java.util.List values) throws SVNException - Throws:
SVNException
-
parseTuple
private static int parseTuple(java.lang.String template, int index, java.util.Collection items, java.util.List values) throws SVNException - Throws:
SVNException
-
readItem
- Throws:
SVNException
-
readChar
- Throws:
SVNException
-
skipWhiteSpace
- Throws:
SVNException
-