Class SVNWCContext.RunRecordFileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.RunRecordFileInfo
-
- All Implemented Interfaces:
SVNWCContext.RunWorkQueueOperation
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.RunRecordFileInfo extends java.lang.Object implements SVNWCContext.RunWorkQueueOperation
-
-
Constructor Summary
Constructors Constructor Description RunRecordFileInfo()
-
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 java.lang.NumberFormatException, SVNException
- Specified by:
runOperation
in interfaceSVNWCContext.RunWorkQueueOperation
- Throws:
java.lang.NumberFormatException
SVNException
-
-