Uses of Class
org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions
-
Packages that use DefaultSVNOptions Package Description org.tmatesoft.svn.cli org.tmatesoft.svn.cli.svn org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.cli.svndumpfilter org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.cli.svnsync org.tmatesoft.svn.cli.svnversion org.tmatesoft.svn.core.internal.wc 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 DefaultSVNOptions in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return DefaultSVNOptions Modifier and Type Method Description protected abstract DefaultSVNOptions
AbstractSVNCommandEnvironment. createClientOptions()
DefaultSVNOptions
AbstractSVNCommandEnvironment. getOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNAdminCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNDumpFilterCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNLookCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNSyncCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNOptions
SVNVersionCommandEnvironment. createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return DefaultSVNOptions Modifier and Type Method Description DefaultSVNOptions
DefaultSVNAuthenticationManager. getDefaultOptions()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type DefaultSVNOptions Modifier and Type Method Description protected DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[]
DefaultSVNPersistentAuthenticationProvider. createPasswordStorages(DefaultSVNOptions options)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type DefaultSVNOptions Constructor Description DefaultSVNPersistentAuthenticationProvider(java.io.File directory, java.lang.String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider)
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return DefaultSVNOptions Modifier and Type Method Description static DefaultSVNOptions
SVNWCUtil. createDefaultOptions(boolean readonly)
Creates a default run-time configuration options driver that uses the default SVN's run-time configuration area.static DefaultSVNOptions
SVNWCUtil. createDefaultOptions(java.io.File dir, boolean readonly)
Creates a default run-time configuration options driver that uses the provided configuration directory.Methods in org.tmatesoft.svn.core.wc with parameters of type DefaultSVNOptions Modifier and Type Method Description static SVNClientManager
SVNClientManager. newInstance(DefaultSVNOptions options, java.lang.String userName, java.lang.String password)
Creates a new instance of this class using the providedISVNOptions
driver and user's credentials to make a default implementation ofISVNAuthenticationManager
use them.
-