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 SVNRepositoryDAVRepositoryFactory. 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 SVNRepositoryFSRepositoryFactory. 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 SVNRepositorySVNRepositoryFactoryImpl. 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 ISVNSessionISVNSession. DEFAULTThe same asKEEP_ALIVE.static ISVNSessionISVNSession. KEEP_ALIVEA session options implementation that simply allows to keep a single connection alive for all data i/o.private ISVNSessionSVNRepository. myOptionsMethods in org.tmatesoft.svn.core.io that return ISVNSession Modifier and Type Method Description ISVNSessionSVNRepository. 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 SVNRepositorySVNRepositoryFactory. create(SVNURL url, ISVNSession options)Creates an SVNRepository driver according to the protocol that is to be used to access a repository.protected abstract SVNRepositorySVNRepositoryFactory. 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 classDefaultSVNRepositoryPoolThe DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.
-