Uses of Interface
org.tmatesoft.svn.core.wc.ISVNOptions
-
Packages that use ISVNOptions Package Description org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng 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.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 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 ISVNOptions Modifier and Type Method Description static java.lang.String
SVNDate. 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 ISVNOptions Modifier and Type Class Description class
DefaultSVNOptions
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNOptions Modifier and Type Field Description private ISVNOptions
SVNExportEditor. myOptions
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNOptions Modifier and Type Method Description static void
SVNWCManager. canDelete(java.io.File path, ISVNOptions options, ISVNEventHandler eventHandler)
static java.util.Map
SVNPropertiesManager. computeAutoProperties(ISVNOptions options, java.io.File file, java.util.Map properties)
static java.util.Collection
SVNStatusEditor. getGlobalIgnores(ISVNOptions options)
static java.lang.String
SVNFileUtil. getNativeEOLMarker(ISVNOptions options)
static boolean
DefaultSVNOptions. isIgnored(ISVNOptions options, java.lang.String name)
static SVNPropertyValue
SVNPropertiesManager. 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 ISVNOptions Constructor Description SVNCopyDriver(ISVNAuthenticationManager authManager, ISVNOptions options)
SVNCopyDriver(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)
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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SVNWCAccess. myOptions
private ISVNOptions
SVNTranslator.SVNKeywordFormatter. options
Methods in org.tmatesoft.svn.core.internal.wc.admin that return ISVNOptions Modifier and Type Method Description ISVNOptions
SVNWCAccess. getOptions()
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNOptions Modifier and Type Method Description static 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.String
SVNTranslator. 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.String
SVNTranslator. getGlobalCharset(ISVNOptions options, java.lang.String mimeType)
void
SVNWCAccess. setOptions(ISVNOptions options)
Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNOptions Constructor Description SVNKeywordFormatter(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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SVNBasicDelegate. myOptions
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNOptions Modifier and Type Method Description ISVNOptions
SVNBasicDelegate. getOptions()
Gets run-time configuration options used by this object.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNOptions Modifier and Type Method Description void
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 ISVNOptions Constructor Description SVNBasicDelegate(ISVNAuthenticationManager authManager, ISVNOptions options)
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 ISVNOptions Modifier and Type Method Description ISVNOptions
SVNWCContext. getOptions()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNOptions Modifier and Type Method Description static java.util.Collection<java.lang.String>
SVNStatusEditor17. getGlobalIgnores(ISVNOptions options)
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNOptions Constructor Description SVNLogClient17(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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SVNWCDb. config
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNOptions Modifier and Type Method Description ISVNOptions
ISVNWCDb. getConfig()
ISVNOptions
SVNWCDb. getConfig()
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNOptions Modifier and Type Method Description void
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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SvnDiffGenerator. options
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNOptions Modifier and Type Method Description ISVNOptions
SvnDiffGenerator. getOptions()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNOptions Modifier and Type Method Description private java.util.Map
SvnNgAdd. getAllAutoProperties(ISVNOptions options, java.io.File file)
static java.util.Collection<java.lang.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 Modifier and Type Method Description ISVNOptions
SVNClientImpl. getOptions()
-
Uses of ISVNOptions in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNOptions Modifier and Type Method Description ISVNOptions
SVNClientImpl. getOptions()
-
Uses of ISVNOptions in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNOptions Modifier and Type Field Description private ISVNOptions
DefaultSVNDiffGenerator. myOptions
private ISVNOptions
SVNClientManager. myOptions
Methods in org.tmatesoft.svn.core.wc that return ISVNOptions Modifier and Type Method Description protected ISVNOptions
DefaultSVNDiffGenerator. getOptions()
ISVNOptions
SVNBasicClient. getOptions()
Gets run-time configuration options used by this object.ISVNOptions
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 ISVNOptions Modifier and Type Method Description static 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 ISVNOptions Constructor Description SVNBasicClient(ISVNAuthenticationManager authManager, ISVNOptions options)
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.SVNClientManager(ISVNOptions options, ISVNAuthenticationManager authManager)
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(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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SVNAdminBasicClient. myOptions
Methods in org.tmatesoft.svn.core.wc.admin that return ISVNOptions Modifier and Type Method Description ISVNOptions
SVNAdminBasicClient. getOptions()
Gets run-time configuration options used by this object.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNOptions Modifier and Type Method Description void
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 ISVNOptions Constructor Description SVNAdminBasicClient(ISVNAuthenticationManager authManager, ISVNOptions options)
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 ISVNOptions Modifier and Type Field Description private ISVNOptions
SvnOperationFactory. options
Methods in org.tmatesoft.svn.core.wc2 that return ISVNOptions Modifier and Type Method Description ISVNOptions
ISvnOperationOptionsProvider. getOptions()
Gets operation's options.ISVNOptions
SvnOperation. getOptions()
Gets operation's options, provided bySvnOperationFactory.getOptions()
.ISVNOptions
SvnOperationFactory. getOptions()
Gets operation's options.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNOptions Modifier and Type Method Description void
SvnOperationFactory. setOptions(ISVNOptions options)
Sets operation's options and disposes working copy context.
-