Class SVNWCContext.RunFileRemove
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.RunFileRemove
-
- All Implemented Interfaces:
SVNWCContext.RunWorkQueueOperation
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.RunFileRemove extends java.lang.Object implements SVNWCContext.RunWorkQueueOperation
-
-
Constructor Summary
Constructors Constructor Description RunFileRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
-
-
-
Method Detail
-
runOperation
public void runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) throws SVNException
- Specified by:
runOperation
in interfaceSVNWCContext.RunWorkQueueOperation
- Throws:
SVNException
-
-