public class SVNRepositoryView extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNRepositoryView.ChildEntry |
static class |
SVNRepositoryView.NodeEntry |
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRENTS |
| Constructor and Description |
|---|
SVNRepositoryView(org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
org.tmatesoft.svn.core.SVNNodeKind |
checkPath(String path,
long revision) |
void |
close() |
long |
getLatestRevision() |
SVNRepositoryView.NodeEntry |
getNode(String path,
long revision) |
org.tmatesoft.svn.core.io.SVNRepository |
getRepository() |
String |
getUuid() |
boolean |
isClosed() |
public static final int DIRENTS
public SVNRepositoryView(org.tmatesoft.svn.core.SVNURL repoURL,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic org.tmatesoft.svn.core.io.SVNRepository getRepository()
public String getUuid()
public boolean isClosed()
public void close()
public org.tmatesoft.svn.core.SVNNodeKind checkPath(String path, long revision) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic long getLatestRevision()
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic SVNRepositoryView.NodeEntry getNode(String path, long revision) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionCopyright © 2004–2015. All rights reserved.