Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNUpdateEditor
-
-
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNUpdateEditor Modifier and Type Class Description classSVNCancellableEditorclassSVNUpdateEditorclassSVNUpdateEditor15 -
Uses of ISVNUpdateEditor in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return ISVNUpdateEditor Modifier and Type Method Description ISVNUpdateEditorSVNWCAccess. 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 ISVNUpdateEditor Modifier and Type Class Description classSVNAmbientDepthFilterEditor17classSVNDiffEditor17classSVNUpdateEditor17Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNUpdateEditor Modifier and Type Method Description 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)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNUpdateEditor Modifier and Type Method Description static 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 ISVNUpdateEditor Constructor Description SVNAmbientDepthFilterEditor17(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 ISVNUpdateEditor Modifier and Type Class Description classSvnExternalUpdateEditorMethods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNUpdateEditor Modifier and Type Method Description static 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 Modifier and Type Class Description classSvnDiffEditor
-