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 java.lang.StringSVNDate.formatHumanDate(java.util.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 voidSVNWCManager.canDelete(java.io.File path, ISVNOptions options, ISVNEventHandler eventHandler) static java.util.MapSVNPropertiesManager.computeAutoProperties(ISVNOptions options, java.io.File file, java.util.Map properties) static java.util.CollectionSVNStatusEditor.getGlobalIgnores(ISVNOptions options) static java.lang.StringSVNFileUtil.getNativeEOLMarker(ISVNOptions options) static booleanDefaultSVNOptions.isIgnored(ISVNOptions options, java.lang.String name) static SVNPropertyValueSVNPropertiesManager.validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNOptionsModifierConstructorDescriptionprotectedSVNCopyDriver(ISVNAuthenticationManager authManager, ISVNOptions options) protectedSVNCopyDriver(ISVNRepositoryPool repositoryPool, ISVNOptions options) SVNExportEditor(ISVNEventHandler eventDispatcher, java.lang.String url, java.io.File dstPath, boolean force, java.lang.String eolStyle, boolean expandKeywords, java.lang.String repositoryRootUrl, ISVNOptions options) SVNMergeDriver(ISVNAuthenticationManager authManager, ISVNOptions options) protectedSVNMergeDriver(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 ISVNOptionsSVNWCAccess.myOptionsprivate ISVNOptionsSVNTranslator.SVNKeywordFormatter.optionsMethods 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 TypeMethodDescriptionstatic java.util.Map<java.lang.String,byte[]> SVNTranslator.computeKeywords(java.lang.String keywords, java.lang.String locationUrl, java.lang.String repositoryRoot, java.lang.String a, java.lang.String d, java.lang.String r, ISVNOptions options) static java.lang.StringSVNTranslator.getCharset(java.lang.String charset, java.lang.String mimeType, java.lang.Object path, ISVNOptions options) static byte[]SVNTranslator.getEOL(java.lang.String eolStyle, ISVNOptions options) private static java.lang.StringSVNTranslator.getGlobalCharset(ISVNOptions options, java.lang.String mimeType) voidSVNWCAccess.setOptions(ISVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNOptionsModifierConstructorDescriptionprivateSVNKeywordFormatter(boolean expand, boolean expandCustomKeywords, SVNURL locationUrl, SVNURL repositoryRootUrl, java.lang.String authorString, java.lang.String dateString, java.lang.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 TypeMethodDescriptionvoidSVNBasicDelegate.setOptions(ISVNOptions options) Sets run-time global configuration options to this object.voidSVNMoveClient16.setOptions(ISVNOptions options) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNOptionsModifierConstructorDescriptionSVNBasicDelegate(ISVNAuthenticationManager authManager, ISVNOptions options) protectedSVNBasicDelegate(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 java.util.Collection<java.lang.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(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler) SVNStatusEditor17(java.io.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 TypeMethodDescriptionvoidISVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ) Open a working copy administrative database context.voidSVNWCDb.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 java.util.MapSvnNgAdd.getAllAutoProperties(ISVNOptions options, java.io.File file) static java.util.Collection<java.lang.String>SvnNgPropertiesManager.getGlobalIgnores(ISVNOptions options) voidSvnDiffGenerator.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 ISVNOptionsDefaultSVNDiffGenerator.myOptionsprivate ISVNOptionsSVNClientManager.myOptionsMethods in org.tmatesoft.svn.core.wc that return ISVNOptionsModifier and TypeMethodDescriptionprotected ISVNOptionsDefaultSVNDiffGenerator.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 SVNClientManagerSVNClientManager.newInstance(ISVNOptions options) Creates a new instance of this class using the providedISVNOptionsand defaultISVNAuthenticationManagerdrivers.static SVNClientManagerSVNClientManager.newInstance(ISVNOptions options, ISVNAuthenticationManager authManager) Creates a new instance of this class using the providedISVNOptionsandISVNAuthenticationManagerdrivers.static SVNClientManagerSVNClientManager.newInstance(ISVNOptions options, ISVNRepositoryPool repositoryPool) Creates a new instance of this class using the provided config driver and creator of of SVNRepository objects.voidDefaultSVNDiffGenerator.setOptions(ISVNOptions options) Sets global run-time options.voidSVNBasicClient.setOptions(ISVNOptions options) Sets run-time global configuration options to this object.voidSVNClientManager.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 ISVNOptionsModifierConstructorDescriptionprotectedSVNBasicClient(ISVNAuthenticationManager authManager, ISVNOptions options) protectedSVNBasicClient(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.privateSVNClientManager(ISVNOptions options, ISVNAuthenticationManager authManager) privateSVNClientManager(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(java.lang.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 TypeMethodDescriptionvoidSVNAdminBasicClient.setOptions(ISVNOptions options) Sets run-time global configuration options to this object.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNOptionsModifierConstructorDescriptionprotectedSVNAdminBasicClient(ISVNAuthenticationManager authManager, ISVNOptions options) protectedSVNAdminBasicClient(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 TypeMethodDescriptionvoidSvnOperationFactory.setOptions(ISVNOptions options) Sets operation's options and disposes working copy context.