public class SVNSessionImpl extends java.lang.Object implements SVNSession
| Constructor and Description |
|---|
SVNSessionImpl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.tmatesoft.svn.core.wc.SVNClientManager |
getClientManager() |
public SVNSessionImpl(org.tmatesoft.svn.core.wc.SVNClientManager clientManager)
public void close()
close in interface java.lang.AutoCloseableclose in interface net.nemerosa.ontrack.tx.TransactionResourcepublic org.tmatesoft.svn.core.wc.SVNClientManager getClientManager()
getClientManager in interface SVNSession