Uses of Interface
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.RunWorkQueueOperation
-
Packages that use SVNWCContext.RunWorkQueueOperation Package Description org.tmatesoft.svn.core.internal.wc17 -
-
Uses of SVNWCContext.RunWorkQueueOperation in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement SVNWCContext.RunWorkQueueOperation Modifier and Type Class Description static class
SVNWCContext.RunBaseRemove
static class
SVNWCContext.RunDirInstall
static class
SVNWCContext.RunDirRemove
static class
SVNWCContext.RunFileCommit
static class
SVNWCContext.RunFileInstall
static class
SVNWCContext.RunFileMove
static class
SVNWCContext.RunFileRemove
static class
SVNWCContext.RunFileTranslate
static class
SVNWCContext.RunPostUpgrade
static class
SVNWCContext.RunPrejInstall
static class
SVNWCContext.RunRecordFileInfo
static class
SVNWCContext.RunSetPropertyConflictMarkerTemp
static class
SVNWCContext.RunSetTextConflictMarkersTemp
static class
SVNWCContext.RunSyncFileFlags
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCContext.RunWorkQueueOperation Modifier and Type Field Description private SVNWCContext.RunWorkQueueOperation
SVNWCContext.WorkQueueOperation. operation
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCContext.RunWorkQueueOperation Modifier and Type Method Description SVNWCContext.RunWorkQueueOperation
SVNWCContext.WorkQueueOperation. getOperation()
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.RunWorkQueueOperation Constructor Description WorkQueueOperation(java.lang.String opName, SVNWCContext.RunWorkQueueOperation operation)
-