Uses of Interface
org.tmatesoft.svn.core.wc.ISVNOptions
Packages that use ISVNOptions
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.
This package provides API for administrative managing Subversion repositories on a local machine.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type ISVNOptionsModifier and TypeMethodDescriptionstatic String
SVNDate.formatHumanDate
(Date date, ISVNOptions options) -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNOptionsFields in org.tmatesoft.svn.core.internal.wc declared as ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNOptionsModifier and TypeMethodDescriptionstatic void
SVNWCManager.canDelete
(File path, ISVNOptions options, ISVNEventHandler eventHandler) static Map
SVNPropertiesManager.computeAutoProperties
(ISVNOptions options, File file, Map properties) static Collection
SVNStatusEditor.getGlobalIgnores
(ISVNOptions options) static String
SVNFileUtil.getNativeEOLMarker
(ISVNOptions options) static boolean
DefaultSVNOptions.isIgnored
(ISVNOptions options, String name) static SVNPropertyValue
SVNPropertiesManager.validatePropertyValue
(Object path, SVNNodeKind kind, String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNOptionsModifierConstructorDescriptionprotected
SVNCopyDriver
(ISVNAuthenticationManager authManager, ISVNOptions options) protected
SVNCopyDriver
(ISVNRepositoryPool repositoryPool, ISVNOptions options) SVNExportEditor
(ISVNEventHandler eventDispatcher, String url, File dstPath, boolean force, String eolStyle, boolean expandKeywords, String repositoryRootUrl, ISVNOptions options) SVNMergeDriver
(ISVNAuthenticationManager authManager, ISVNOptions options) protected
SVNMergeDriver
(ISVNRepositoryPool repositoryPool, ISVNOptions options) SVNRemoteStatusEditor
(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) SVNStatusEditor
(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as ISVNOptionsModifier and TypeFieldDescriptionprivate ISVNOptions
SVNWCAccess.myOptions
private ISVNOptions
SVNTranslator.SVNKeywordFormatter.options
Methods in org.tmatesoft.svn.core.internal.wc.admin that return ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNOptionsModifier and TypeMethodDescriptionSVNTranslator.computeKeywords
(String keywords, String locationUrl, String repositoryRoot, String a, String d, String r, ISVNOptions options) static String
SVNTranslator.getCharset
(String charset, String mimeType, Object path, ISVNOptions options) static byte[]
SVNTranslator.getEOL
(String eolStyle, ISVNOptions options) private static String
SVNTranslator.getGlobalCharset
(ISVNOptions options, String mimeType) void
SVNWCAccess.setOptions
(ISVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNOptionsModifierConstructorDescriptionprivate
SVNKeywordFormatter
(boolean expand, boolean expandCustomKeywords, SVNURL locationUrl, SVNURL repositoryRootUrl, String authorString, String dateString, String revisionString, ISVNOptions options) -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNOptionsModifier and TypeMethodDescriptionSVNBasicDelegate.getOptions()
Gets run-time configuration options used by this object.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNOptionsModifier and TypeMethodDescriptionvoid
SVNBasicDelegate.setOptions
(ISVNOptions options) Sets run-time global configuration options to this object.void
SVNMoveClient16.setOptions
(ISVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNOptionsModifierConstructorDescriptionSVNBasicDelegate
(ISVNAuthenticationManager authManager, ISVNOptions options) protected
SVNBasicDelegate
(ISVNRepositoryPool repositoryPool, ISVNOptions options) SVNChangelistClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and authentication drivers.SVNChangelistClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and repository pool object.SVNCommitClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNCommitClient object with the specified run-time configuration and authentication drivers.SVNCommitClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNCommitClient object with the specified run-time configuration and repository pool object.SVNCopyClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNCopyClient object with the specified run-time configuration and authentication drivers.SVNCopyClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNCopyClient object with the specified run-time configuration and repository pool object.SVNDiffClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNDiffClient object with the specified run-time configuration and authentication drivers.SVNDiffClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNDiffClient object with the specified run-time configuration and repository pool object.SVNLogClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNLogClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNMoveClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNMoveClient object with the specified run-time configuration and authentication drivers.SVNMoveClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNMoveClient object with the specified run-time configuration and repository pool object.SVNStatusClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNStatusClient object with the specified run-time configuration and authentication drivers.SVNStatusClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNStatusClient object with the specified run-time configuration and repository pool object.SVNUpdateClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.SVNUpdateClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.SVNWCClient16
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNWCClient object with the specified run-time configuration and authentication drivers.SVNWCClient16
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNWCClient object with the specified run-time configuration and repository pool object. -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNOptionsModifier and TypeMethodDescriptionstatic Collection<String>
SVNStatusEditor17.getGlobalIgnores
(ISVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNOptionsModifierConstructorDescriptionSVNLogClient17
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNLogClient17
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNRemoteStatusEditor17
(File anchorAbsPath, String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler) SVNStatusEditor17
(File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler) SVNWCContext
(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ, ISVNEventHandler eventHandler) SVNWCContext
(ISVNOptions config, ISVNEventHandler eventHandler) -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNOptionsModifier and TypeMethodDescriptionvoid
ISVNWCDb.open
(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ) Open a working copy administrative database context.void
SVNWCDb.open
(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ) -
Uses of ISVNOptions in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNOptionsMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNOptionsModifier and TypeMethodDescriptionprivate Map
SvnNgAdd.getAllAutoProperties
(ISVNOptions options, File file) static Collection<String>
SvnNgPropertiesManager.getGlobalIgnores
(ISVNOptions options) void
SvnDiffGenerator.setOptions
(ISVNOptions options) -
Uses of ISVNOptions in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return ISVNOptions -
Uses of ISVNOptions in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNOptions -
Uses of ISVNOptions in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNOptionsModifier and TypeFieldDescriptionprivate ISVNOptions
DefaultSVNDiffGenerator.myOptions
private ISVNOptions
SVNClientManager.myOptions
Methods in org.tmatesoft.svn.core.wc that return ISVNOptionsModifier and TypeMethodDescriptionprotected ISVNOptions
DefaultSVNDiffGenerator.getOptions()
SVNBasicClient.getOptions()
Gets run-time configuration options used by this object.SVNClientManager.getOptions()
Returns the run-time configuration options driver which kept by this object.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNOptionsModifier and TypeMethodDescriptionstatic SVNClientManager
SVNClientManager.newInstance
(ISVNOptions options) Creates a new instance of this class using the providedISVNOptions
and defaultISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager.newInstance
(ISVNOptions options, ISVNAuthenticationManager authManager) Creates a new instance of this class using the providedISVNOptions
andISVNAuthenticationManager
drivers.static SVNClientManager
SVNClientManager.newInstance
(ISVNOptions options, ISVNRepositoryPool repositoryPool) Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.void
DefaultSVNDiffGenerator.setOptions
(ISVNOptions options) Sets global run-time options.void
SVNBasicClient.setOptions
(ISVNOptions options) Sets run-time global configuration options to this object.void
SVNClientManager.setOptions
(ISVNOptions options) Sets global run-time configuration options to all of the SVN*Client objects provided by this client manager.Constructors in org.tmatesoft.svn.core.wc with parameters of type ISVNOptionsModifierConstructorDescriptionprotected
SVNBasicClient
(ISVNAuthenticationManager authManager, ISVNOptions options) protected
SVNBasicClient
(ISVNRepositoryPool pool, ISVNOptions options) SVNChangelistClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and authentication drivers.SVNChangelistClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and repository pool object.private
SVNClientManager
(ISVNOptions options, ISVNAuthenticationManager authManager) private
SVNClientManager
(ISVNOptions options, ISVNRepositoryPool repositoryPool) SVNCommitClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNCommitClient object with the specified run-time configuration and authentication drivers.SVNCommitClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNCommitClient object with the specified run-time configuration and repository pool object.SVNCopyClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNCopyClient object with the specified run-time configuration and authentication drivers.SVNCopyClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNCopyClient object with the specified run-time configuration and repository pool object.SVNDiffClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNDiffClient object with the specified run-time configuration and authentication drivers.SVNDiffClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNDiffClient object with the specified run-time configuration and repository pool object.SVNLogClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNLogClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers.SVNMoveClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNMoveClient object with the specified run-time configuration and authentication drivers.SVNMoveClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNMoveClient object with the specified run-time configuration and repository pool object.SVNPropertyData
(String name, SVNPropertyValue data, ISVNOptions options) Constructs an SVNPropertyData given a property name and its value.SVNStatusClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNStatusClient object with the specified run-time configuration and authentication drivers.SVNStatusClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNStatusClient object with the specified run-time configuration and repository pool object.SVNUpdateClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.SVNUpdateClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNUpdateClient object with the specified run-time configuration and authentication drivers.SVNWCClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNWCClient object with the specified run-time configuration and authentication drivers.SVNWCClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Constructs and initializes an SVNWCClient object with the specified run-time configuration and repository pool object. -
Uses of ISVNOptions in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNOptionsMethods in org.tmatesoft.svn.core.wc.admin that return ISVNOptionsModifier and TypeMethodDescriptionSVNAdminBasicClient.getOptions()
Gets run-time configuration options used by this object.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNOptionsModifier and TypeMethodDescriptionvoid
SVNAdminBasicClient.setOptions
(ISVNOptions options) Sets run-time global configuration options to this object.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNOptionsModifierConstructorDescriptionprotected
SVNAdminBasicClient
(ISVNAuthenticationManager authManager, ISVNOptions options) protected
SVNAdminBasicClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) SVNAdminClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Creates a new admin client.SVNAdminClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Creates a new admin client.SVNLookClient
(ISVNAuthenticationManager authManager, ISVNOptions options) Creates a new instance of SVNLookClient given an authentication manager and global options keeper.SVNLookClient
(ISVNRepositoryPool repositoryPool, ISVNOptions options) Creates a new instance of SVNLookClient given anSVNRepository
} drivers provider and global options keeper. -
Uses of ISVNOptions in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNOptionsMethods in org.tmatesoft.svn.core.wc2 that return ISVNOptionsModifier and TypeMethodDescriptionISvnOperationOptionsProvider.getOptions()
Gets operation's options.SvnOperation.getOptions()
Gets operation's options, provided bySvnOperationFactory.getOptions()
.SvnOperationFactory.getOptions()
Gets operation's options.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNOptionsModifier and TypeMethodDescriptionvoid
SvnOperationFactory.setOptions
(ISVNOptions options) Sets operation's options and disposes working copy context.