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 DefaultSVNOptionsAbstractSVNCommandEnvironment.myOptionsMethods in org.tmatesoft.svn.cli that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected abstract DefaultSVNOptionsAbstractSVNCommandEnvironment.createClientOptions()AbstractSVNCommandEnvironment.getOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNAdminCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNDumpFilterCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNLookCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNSyncCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return DefaultSVNOptionsModifier and TypeMethodDescriptionprotected DefaultSVNOptionsSVNVersionCommandEnvironment.createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as DefaultSVNOptionsModifier and TypeFieldDescriptionprivate DefaultSVNOptionsDefaultSVNAuthenticationManager.myDefaultOptionsprivate DefaultSVNOptionsDefaultSVNPersistentAuthenticationProvider.myDefaultOptionsMethods 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 DefaultSVNOptionsModifierConstructorDescriptionprotectedDefaultSVNPersistentAuthenticationProvider(java.io.File directory, java.lang.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 DefaultSVNOptionsSVNWCUtil.createDefaultOptions(boolean readonly) Creates a default run-time configuration options driver that uses the default SVN's run-time configuration area.static DefaultSVNOptionsSVNWCUtil.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 DefaultSVNOptionsModifier and TypeMethodDescriptionstatic SVNClientManagerSVNClientManager.newInstance(DefaultSVNOptions options, java.lang.String userName, java.lang.String password) Creates a new instance of this class using the providedISVNOptionsdriver and user's credentials to make a default implementation ofISVNAuthenticationManageruse them.