Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNExternalsStore
Packages that use SVNExternalsStore
-
Uses of SVNExternalsStore in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNExternalsStoreMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNExternalsStoreModifier and TypeMethodDescriptionvoidSVNWCContext.canonicalizeURLs(File path, SVNExternalsStore externalsStore, boolean omitDefaultPort) static ISVNUpdateEditorSVNUpdateEditor17.createUpdateEditor(SVNWCContext context, long targetRevision, File anchorAbspath, String targetName, Map<File, Map<String, SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, String[] preservedExtensions, ISVNConflictHandler conflictHandler) static ISVNUpdateEditorSVNUpdateEditor17.createUpdateEditor(SVNWCContext wcContext, File anchorAbspath, String target, Map<File, Map<String, SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, String[] preservedExts, ISVNDirFetcher dirFetcher) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNExternalsStoreModifierConstructorDescriptionSVNUpdateEditor17(SVNWCContext wcContext, File anchorAbspath, String targetBasename, Map<File, Map<String, SVNProperties>> inheritableProperties, SVNURL reposRootUrl, String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, 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 SVNExternalsStoreModifier and TypeMethodDescriptionstatic voidSvnWcDbShared.canonicalizeURLs(SVNWCDbRoot wcRoot, boolean updateExternalProperties, SVNExternalsStore store, boolean omitDefaultPort) voidISVNWCDb.gatherExternalDefinitions(File localAbsPath, SVNExternalsStore externals) voidSVNWCDb.gatherExternalDefinitions(File localAbsPath, SVNExternalsStore externals)