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 classprivate static classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ISvnAddParametersstatic ISVNAddParametersstatic 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 ISvnCommitHandlercommitHandler(ISVNCommitHandler target) static ISVNCommitHandlercommitHandler(ISvnCommitHandler target) static SvnCommitItemcommitItem(SVNCommitItem item) static SVNCommitItemcommitItem(SvnCommitItem item) static SvnCommitPacketcommitPacket(ISvnCommitRunner runner, SVNCommitPacket oldPacket) static SVNCommitPacketcommitPacket(SvnCommit operation, SvnCommitPacket packet) static ISvnCommitParametersstatic ISVNCommitParametersstatic SvnCopySourcecopySource(SVNCopySource oldSource) static SVNCopySourcecopySource(SvnCopySource newSource) static SvnDiffStatusdiffStatus(SVNDiffStatus diffStatus) static SVNDiffStatusdiffStatus(SvnDiffStatus diffStatus) static ISvnObjectReceiver<SvnDiffStatus>diffStatusReceiver(ISVNDiffStatusHandler handler) static ISvnExternalsHandlerexternalsHandler(ISVNExternalsHandler target) static ISVNExternalsHandlerexternalsHandler(ISvnExternalsHandler target) private static voidfetchStatusRevision(SVNWCContext context, SvnStatus source, SVNStatus result) static ISvnFileListHookfileListHook(ISVNStatusFileProvider provider) static ISVNStatusFileProviderstatic SvnInfostatic SVNInfostatic ISvnObjectReceiver<SVNLogEntry>logReceiver(ISVNLogEntryHandler handler) static java.util.Collection<SVNRevisionRange>oldRevisionRanges(java.util.Collection<SvnRevisionRange> ranges) static ISvnObjectReceiver<SVNPropertyData>propertyReceiver(ISVNPropertyHandler handler) static ISvnPropertyValueProviderpropertyValueProvider(ISVNPropertyValueProvider propertyValueProvider) static ISVNPropertyValueProviderpropertyValueProvider(ISvnPropertyValueProvider propertyValueProvider) static longrevisionNumber(SVNRevision revision) static SvnRevisionRangerevisionRange(SVNRevisionRange range) static SVNRevisionRangerevisionRange(SvnRevisionRange range) static java.util.Collection<SvnRevisionRange>revisionRanges(java.util.Collection<SVNRevisionRange> ranges) static SVNStatusstatus(SVNWCContext context, SvnStatus status) static SvnStatusstatic 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)
-