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.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.javahl17 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
Fields in org.tmatesoft.svn.cli declared as DefaultSVNOptions Modifier and Type Field Description private DefaultSVNOptionsAbstractSVNCommandEnvironment. myOptionsMethods in org.tmatesoft.svn.cli that return DefaultSVNOptions Modifier and Type Method Description protected abstract DefaultSVNOptionsAbstractSVNCommandEnvironment. createClientOptions()DefaultSVNOptionsAbstractSVNCommandEnvironment. 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 DefaultSVNOptionsSVNCommandEnvironment. 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 DefaultSVNOptionsSVNAdminCommandEnvironment. 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 DefaultSVNOptionsSVNDumpFilterCommandEnvironment. 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 DefaultSVNOptionsSVNLookCommandEnvironment. 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 DefaultSVNOptionsSVNSyncCommandEnvironment. 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 DefaultSVNOptionsSVNVersionCommandEnvironment. createClientOptions() -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as DefaultSVNOptions Modifier and Type Field Description private DefaultSVNOptionsDefaultSVNAuthenticationManager. myDefaultOptionsprivate DefaultSVNOptionsDefaultSVNPersistentAuthenticationProvider. myDefaultOptionsMethods in org.tmatesoft.svn.core.internal.wc that return DefaultSVNOptions Modifier and Type Method Description DefaultSVNOptionsDefaultSVNAuthenticationManager. 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.javahl
Fields in org.tmatesoft.svn.core.javahl declared as DefaultSVNOptions Modifier and Type Field Description private DefaultSVNOptionsSVNClientImpl. myOptions -
Uses of DefaultSVNOptions in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as DefaultSVNOptions Modifier and Type Field Description private DefaultSVNOptionsSVNClientImpl. options -
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 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 DefaultSVNOptions Modifier and Type Method Description static 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.
-