Class SvnCodec
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec
public class SvnCodec
extends java.lang.Object
-
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<java.lang.String>
static ISvnObjectReceiver<SVNAdminPath>
changedHistoryReceiver
(ISVNHistoryHandler handler) static ISvnObjectReceiver<SVNChangeEntry>
static ISvnObjectReceiver<java.lang.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 java.util.Collection<SVNRevisionRange>
oldRevisionRanges
(java.util.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 java.util.Collection<SvnRevisionRange>
revisionRanges
(java.util.Collection<SVNRevisionRange> ranges) static SVNStatus
status
(SVNWCContext context, SvnStatus status) static SvnStatus
static ISvnObjectReceiver<SVNAdminPath>
treeReceiver
(ISVNTreeHandler handler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnCodec
public SvnCodec()
-
-
Method Details
-
diffStatus
-
diffStatus
-
treeReceiver
-
changedHistoryReceiver
-
changedDirectoriesReceiver
public static ISvnObjectReceiver<java.lang.String> changedDirectoriesReceiver(ISVNChangedDirectoriesHandler handler) -
changeEntryReceiver
public static ISvnObjectReceiver<SVNChangeEntry> changeEntryReceiver(ISVNChangeEntryHandler handler) -
changelistReceiver
public static ISvnObjectReceiver<java.lang.String> changelistReceiver(ISVNChangelistHandler handler) -
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
public static java.util.Collection<SvnRevisionRange> revisionRanges(java.util.Collection<SVNRevisionRange> ranges) -
oldRevisionRanges
public static java.util.Collection<SVNRevisionRange> oldRevisionRanges(java.util.Collection<SvnRevisionRange> ranges) -
copySource
-
copySource
-
commitHandler
-
commitHandler
-
externalsHandler
-
externalsHandler
-
commitParameters
-
commitParameters
-
addParameters
-
addParameters
-
propertyValueProvider
public static ISvnPropertyValueProvider propertyValueProvider(ISVNPropertyValueProvider propertyValueProvider) -
propertyValueProvider
public static ISVNPropertyValueProvider propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider)
-