Class SvnCodec
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ISvnAddParameters
static ISVNAddParameters
static ISvnObjectReceiver<SvnAnnotateItem>
annotateReceiver
(ISVNAnnotateHandler handler) static ISvnObjectReceiver<String>
static ISvnObjectReceiver<SVNAdminPath>
changedHistoryReceiver
(ISVNHistoryHandler handler) static ISvnObjectReceiver<SVNChangeEntry>
static ISvnObjectReceiver<String>
changelistReceiver
(ISVNChangelistHandler handler) static ISvnCommitHandler
commitHandler
(ISVNCommitHandler target) static ISVNCommitHandler
commitHandler
(ISvnCommitHandler target) static SvnCommitItem
commitItem
(SVNCommitItem item) static SVNCommitItem
commitItem
(SvnCommitItem item) static SvnCommitPacket
commitPacket
(ISvnCommitRunner runner, SVNCommitPacket oldPacket) static SVNCommitPacket
commitPacket
(SvnCommit operation, SvnCommitPacket packet) static ISvnCommitParameters
static ISVNCommitParameters
static SvnCopySource
copySource
(SVNCopySource oldSource) static SVNCopySource
copySource
(SvnCopySource newSource) static SvnDiffStatus
diffStatus
(SVNDiffStatus diffStatus) static SVNDiffStatus
diffStatus
(SvnDiffStatus diffStatus) static ISvnObjectReceiver<SvnDiffStatus>
diffStatusReceiver
(ISVNDiffStatusHandler handler) static ISvnExternalsHandler
externalsHandler
(ISVNExternalsHandler target) static ISVNExternalsHandler
externalsHandler
(ISvnExternalsHandler target) private static void
fetchStatusRevision
(SVNWCContext context, SvnStatus source, SVNStatus result) static ISvnFileListHook
fileListHook
(ISVNStatusFileProvider provider) static ISVNStatusFileProvider
static SvnInfo
static SVNInfo
static ISvnObjectReceiver<SVNLogEntry>
logReceiver
(ISVNLogEntryHandler handler) static Collection<SVNRevisionRange>
oldRevisionRanges
(Collection<SvnRevisionRange> ranges) static ISvnObjectReceiver<SVNPropertyData>
propertyReceiver
(ISVNPropertyHandler handler) static ISvnPropertyValueProvider
propertyValueProvider
(ISVNPropertyValueProvider propertyValueProvider) static ISVNPropertyValueProvider
propertyValueProvider
(ISvnPropertyValueProvider propertyValueProvider) static long
revisionNumber
(SVNRevision revision) static SvnRevisionRange
revisionRange
(SVNRevisionRange range) static SVNRevisionRange
revisionRange
(SvnRevisionRange range) static Collection<SvnRevisionRange>
revisionRanges
(Collection<SVNRevisionRange> ranges) static SVNStatus
status
(SVNWCContext context, SvnStatus status) static SvnStatus
static ISvnObjectReceiver<SVNAdminPath>
treeReceiver
(ISVNTreeHandler handler)
-
Constructor Details
-
SvnCodec
public SvnCodec()
-
-
Method Details
-
diffStatus
-
diffStatus
-
treeReceiver
-
changedHistoryReceiver
-
changedDirectoriesReceiver
public static ISvnObjectReceiver<String> changedDirectoriesReceiver(ISVNChangedDirectoriesHandler handler) -
changeEntryReceiver
public static ISvnObjectReceiver<SVNChangeEntry> changeEntryReceiver(ISVNChangeEntryHandler handler) -
changelistReceiver
-
propertyReceiver
-
logReceiver
-
annotateReceiver
-
diffStatusReceiver
-
status
-
revisionNumber
-
status
- Throws:
SVNException
-
fetchStatusRevision
private static void fetchStatusRevision(SVNWCContext context, SvnStatus source, SVNStatus result) throws SVNException - Throws:
SVNException
-
info
-
info
-
fileListHook
-
fileListProvider
-
commitItem
-
commitItem
-
commitPacket
-
commitPacket
-
revisionRange
-
revisionRange
-
revisionRanges
-
oldRevisionRanges
-
copySource
-
copySource
-
commitHandler
-
commitHandler
-
externalsHandler
-
externalsHandler
-
commitParameters
-
commitParameters
-
addParameters
-
addParameters
-
propertyValueProvider
public static ISvnPropertyValueProvider propertyValueProvider(ISVNPropertyValueProvider propertyValueProvider) -
propertyValueProvider
public static ISVNPropertyValueProvider propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider)
-