Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNUpdateEditor
Packages that use ISVNUpdateEditor
Package
Description
-
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNUpdateEditorModifier and TypeClassDescriptionclassclassclass -
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return ISVNUpdateEditorModifier and TypeMethodDescriptionSVNWCAccess.createUpdateEditor(SVNAdminAreaInfo info, java.lang.String switchURL, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExtensions, ISVNFileFetcher fileFetcher, boolean lockOnDemand) -
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNUpdateEditorModifier and TypeClassDescriptionclassclassclassMethods in org.tmatesoft.svn.core.internal.wc17 that return ISVNUpdateEditorModifier and TypeMethodDescriptionstatic 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) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNUpdateEditorModifier and TypeMethodDescriptionstatic ISVNEditorSVNAmbientDepthFilterEditor17.wrap(SVNWCContext wcContext, java.io.File anchor, java.lang.String target, ISVNUpdateEditor editor, boolean depthIsSticky) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNUpdateEditorModifierConstructorDescriptionSVNAmbientDepthFilterEditor17(ISVNUpdateEditor editor, SVNWCContext wcContext, java.io.File anchor, java.lang.String target, boolean readBase) -
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNUpdateEditorMethods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNUpdateEditorModifier and TypeMethodDescriptionstatic ISVNUpdateEditorSvnExternalUpdateEditor.createEditor(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNURL url, SVNURL reposRootUrl, java.lang.String reposUuid, java.util.Map<java.lang.String, SVNProperties> iprops, boolean useCommitTimes, java.lang.String[] preservedExts, java.io.File recordAncestorAbsPath, SVNURL recordedUrl, SVNRevision recordedPegRev, SVNRevision recordedRev) -
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISVNUpdateEditor