Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNExternalsStore
-
Packages that use SVNExternalsStore Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SVNExternalsStore in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNExternalsStore Modifier and Type Field Description private SVNExternalsStoreSVNUpdateEditor17. myExternalsStoreMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNExternalsStore Modifier and Type Method Description voidSVNWCContext. canonicalizeURLs(java.io.File path, SVNExternalsStore externalsStore, boolean omitDefaultPort)static ISVNUpdateEditorSVNUpdateEditor17. createUpdateEditor(SVNWCContext context, long targetRevision, java.io.File anchorAbspath, java.lang.String targetName, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, java.lang.String[] preservedExtensions, ISVNConflictHandler conflictHandler)static ISVNUpdateEditorSVNUpdateEditor17. createUpdateEditor(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String target, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher)Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNExternalsStore Constructor Description SVNUpdateEditor17(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String targetBasename, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRootUrl, java.lang.String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher) -
Uses of SVNExternalsStore in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNExternalsStore Modifier and Type Method Description static voidSvnWcDbShared. canonicalizeURLs(SVNWCDbRoot wcRoot, boolean updateExternalProperties, SVNExternalsStore store, boolean omitDefaultPort)voidISVNWCDb. gatherExternalDefinitions(java.io.File localAbsPath, SVNExternalsStore externals)voidSVNWCDb. gatherExternalDefinitions(java.io.File localAbsPath, SVNExternalsStore externals)
-