Uses of Interface
org.tmatesoft.svn.core.io.ISVNSession
Packages that use ISVNSession
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
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 ISVNSessionModifier and TypeMethodDescriptionDAVRepositoryFactory.createRepositoryImpl
(SVNURL location, ISVNSession options) Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNSessionModifierConstructorDescriptionprotected
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 ISVNSessionModifier and TypeMethodDescriptionprotected SVNRepository
FSRepositoryFactory.createRepositoryImpl
(SVNURL url, ISVNSession session) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNSession -
Uses of ISVNSession in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNSessionModifier and TypeMethodDescriptionSVNRepositoryFactoryImpl.createRepositoryImpl
(SVNURL location, ISVNSession options) Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNSession -
Uses of ISVNSession in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNSessionModifier and TypeFieldDescriptionstatic final ISVNSession
ISVNSession.DEFAULT
The same asKEEP_ALIVE
.static final ISVNSession
ISVNSession.KEEP_ALIVE
A session options implementation that simply allows to keep a single connection alive for all data i/o.private ISVNSession
SVNRepository.myOptions
Methods in org.tmatesoft.svn.core.io that return ISVNSessionModifier and TypeMethodDescriptionSVNRepository.getOptions()
Returns the session options object this driver is using.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNSessionModifier and TypeMethodDescriptionstatic 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 -
Uses of ISVNSession in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNSessionModifier and TypeClassDescriptionclass
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.