Uses of Interface
org.tmatesoft.svn.core.io.ISVNSession
-
Packages that use ISVNSession Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of ISVNSession in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNSession Modifier and Type Method Description SVNRepository
DAVRepositoryFactory. createRepositoryImpl(SVNURL location, ISVNSession options)
Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNSession Constructor Description DAVRepository(IHTTPConnectionFactory connectionFactory, SVNURL location, ISVNSession options)
-
Uses of ISVNSession in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNSession Modifier and Type Method Description protected SVNRepository
FSRepositoryFactory. createRepositoryImpl(SVNURL url, ISVNSession session)
Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNSession Constructor Description FSRepository(SVNURL location, ISVNSession options)
-
Uses of ISVNSession in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNSession Modifier and Type Method Description SVNRepository
SVNRepositoryFactoryImpl. createRepositoryImpl(SVNURL location, ISVNSession options)
Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNSession Constructor Description SVNRepositoryImpl(SVNURL location, ISVNSession options)
-
Uses of ISVNSession in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNSession Modifier and Type Field Description static ISVNSession
ISVNSession. DEFAULT
The same asKEEP_ALIVE
.static ISVNSession
ISVNSession. KEEP_ALIVE
A session options implementation that simply allows to keep a single connection alive for all data i/o.Methods in org.tmatesoft.svn.core.io that return ISVNSession Modifier and Type Method Description ISVNSession
SVNRepository. getOptions()
Returns the session options object this driver is using.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNSession Modifier and Type Method Description static SVNRepository
SVNRepositoryFactory. create(SVNURL url, ISVNSession options)
Creates an SVNRepository driver according to the protocol that is to be used to access a repository.protected abstract SVNRepository
SVNRepositoryFactory. createRepositoryImpl(SVNURL url, ISVNSession session)
Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNSession Constructor Description SVNRepository(SVNURL location, ISVNSession options)
-
Uses of ISVNSession in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNSession Modifier and Type Class Description class
DefaultSVNRepositoryPool
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.
-