Uses of Class
org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions
Packages that use DefaultSVNOptions
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
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
Fields in org.tmatesoft.svn.cli declared as DefaultSVNOptionsModifier and TypeFieldDescriptionprivate DefaultSVNOptions
AbstractSVNCommandEnvironment.myOptions
Methods in org.tmatesoft.svn.cli that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected abstract DefaultSVNOptions
AbstractSVNCommandEnvironment.createClientOptions()
AbstractSVNCommandEnvironment.getOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNAdminCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNDumpFilterCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNLookCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNSyncCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptions
SVNVersionCommandEnvironment.createClientOptions()
-
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as DefaultSVNOptionsModifier and TypeFieldDescriptionprivate DefaultSVNOptions
DefaultSVNAuthenticationManager.myDefaultOptions
private DefaultSVNOptions
DefaultSVNPersistentAuthenticationProvider.myDefaultOptions
Methods in org.tmatesoft.svn.core.internal.wc that return DefaultSVNOptionsMethods in org.tmatesoft.svn.core.internal.wc with parameters of type DefaultSVNOptionsModifier and TypeMethodDescriptionDefaultSVNPersistentAuthenticationProvider.createPasswordStorages
(DefaultSVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type DefaultSVNOptionsModifierConstructorDescriptionprotected
DefaultSVNPersistentAuthenticationProvider
(File directory, String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider) -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as DefaultSVNOptions -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as DefaultSVNOptions -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return DefaultSVNOptionsModifier and TypeMethodDescriptionstatic 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
(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 DefaultSVNOptionsModifier and TypeMethodDescriptionstatic SVNClientManager
SVNClientManager.newInstance
(DefaultSVNOptions options, String userName, 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.