Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNItem
-
Packages that use SVNItem Package Description org.tmatesoft.svn.core.internal.io.svn -
-
Uses of SVNItem in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNItem Modifier and Type Method Description SVNItem
SVNConnection. readItem(boolean readMalformedData)
static SVNItem
SVNReader. readItem(java.io.InputStream is)
private static SVNItem
SVNReader. readItem(java.io.InputStream is, SVNItem item, char ch)
private SVNItem
SVNRepositoryImpl. readItem(boolean readMalformedData)
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNItem Modifier and Type Method Description private static SVNErrorMessage
SVNReader. getErrorMessage(SVNItem item)
private static SVNItem
SVNReader. readItem(java.io.InputStream is, SVNItem item, char ch)
-