public class SVNReader extends Object
Constructor and Description |
---|
SVNReader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getBoolean(List items,
int index) |
static byte[] |
getBytes(List items,
int index) |
static Date |
getDate(List items,
int index) |
static List |
getList(List items,
int index) |
static SVNLock |
getLock(Collection items) |
static long |
getLong(List items,
int index) |
static SVNProperties |
getProperties(List items,
int index,
SVNProperties properties) |
static SVNProperties |
getPropertyDiffs(List items,
int index,
SVNProperties diffs) |
static String |
getString(List items,
int index) |
static void |
handleFailureStatus(List list) |
static boolean |
hasValue(List items,
int index,
Object value) |
static List |
parse(InputStream is,
String template,
List values) |
static List |
parseTuple(String template,
Collection items,
List values) |
static SVNItem |
readItem(InputStream is) |
static List |
readTuple(InputStream is,
String template) |
public static long getLong(List items, int index)
public static boolean getBoolean(List items, int index)
public static SVNProperties getProperties(List items, int index, SVNProperties properties) throws SVNException
SVNException
public static SVNProperties getPropertyDiffs(List items, int index, SVNProperties diffs) throws SVNException
SVNException
public static SVNLock getLock(Collection items) throws SVNException
SVNException
public static byte[] getBytes(List items, int index)
public static SVNItem readItem(InputStream is) throws SVNException
SVNException
public static List parse(InputStream is, String template, List values) throws SVNException
SVNException
public static void handleFailureStatus(List list) throws SVNException
SVNException
public static List readTuple(InputStream is, String template) throws SVNException
SVNException
public static List parseTuple(String template, Collection items, List values) throws SVNException
SVNException
Copyright © 2024. All rights reserved.