Interface SVNWCContext.RunWorkQueueOperation
-
- All Known Implementing Classes:
SVNWCContext.RunBaseRemove
,SVNWCContext.RunDirInstall
,SVNWCContext.RunDirRemove
,SVNWCContext.RunFileCommit
,SVNWCContext.RunFileInstall
,SVNWCContext.RunFileMove
,SVNWCContext.RunFileRemove
,SVNWCContext.RunFileTranslate
,SVNWCContext.RunPostUpgrade
,SVNWCContext.RunPrejInstall
,SVNWCContext.RunRecordFileInfo
,SVNWCContext.RunSetPropertyConflictMarkerTemp
,SVNWCContext.RunSetTextConflictMarkersTemp
,SVNWCContext.RunSyncFileFlags
- Enclosing class:
- SVNWCContext
public static interface SVNWCContext.RunWorkQueueOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)
-
-
-
Method Detail
-
runOperation
void runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) throws SVNException
- Throws:
SVNException
-
-