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 class
SVNCancellableEditor
class
SVNUpdateEditor
class
SVNUpdateEditor15
-
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 ISVNUpdateEditor
SVNWCAccess. 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 class
SVNAmbientDepthFilterEditor17
class
SVNDiffEditor17
class
SVNUpdateEditor17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNUpdateEditor Modifier and Type Method Description static ISVNUpdateEditor
SVNUpdateEditor17. 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 ISVNUpdateEditor
SVNUpdateEditor17. 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 ISVNEditor
SVNAmbientDepthFilterEditor17. 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 class
SvnExternalUpdateEditor
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNUpdateEditor Modifier and Type Method Description static ISVNUpdateEditor
SvnExternalUpdateEditor. 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 class
SvnDiffEditor
-