public class RepoNodeData extends Object
| Constructor and Description |
|---|
RepoNodeData(org.tmatesoft.svn.core.io.SVNRepository repository,
boolean recursive)
Constructor RepoNodeData
|
RepoNodeData(org.tmatesoft.svn.core.io.SVNRepository repository,
RepoNodeData parent,
org.tmatesoft.svn.core.SVNDirEntry path,
boolean recursive)
Constructor RepoNodeData
|
| Modifier and Type | Method and Description |
|---|---|
void |
getChildEntries(Collection<org.tmatesoft.svn.core.SVNDirEntry> entries)
Method getChildEntries
|
String |
getPath()
Method getPath
|
String |
getRepoPath()
Method getRepoPath
|
org.tmatesoft.svn.core.io.SVNRepository |
getRepository()
Method getRepository
|
boolean |
isFolder()
Method isFolder
|
boolean |
isLoaded()
Method isLoaded
|
void |
startLoading()
Method startLoading
|
void |
stopLoading()
Method stopLoading
|
String |
toString()
Method toString
|
public RepoNodeData(org.tmatesoft.svn.core.io.SVNRepository repository,
boolean recursive)
repository - recursive - public RepoNodeData(org.tmatesoft.svn.core.io.SVNRepository repository,
RepoNodeData parent,
org.tmatesoft.svn.core.SVNDirEntry path,
boolean recursive)
repository - parent - path - recursive - public org.tmatesoft.svn.core.io.SVNRepository getRepository()
public void getChildEntries(Collection<org.tmatesoft.svn.core.SVNDirEntry> entries) throws org.tmatesoft.svn.core.SVNException
entries - org.tmatesoft.svn.core.SVNExceptionpublic String getPath()
public String getRepoPath()
public boolean isFolder()
public void startLoading()
public void stopLoading()
public boolean isLoaded()
Copyright © 2015 sd-svn. All rights reserved.