Class SvnCodec.SVNCommitPacketWrapper
java.lang.Object
org.tmatesoft.svn.core.wc.SVNCommitPacket
org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec.SVNCommitPacketWrapper
- Enclosing class:
- SvnCodec
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.wc.SVNCommitPacket
EMPTY
-
Constructor Summary
ConstructorsConstructorDescriptionSVNCommitPacketWrapper
(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, Map<String, String> lockTokens) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes the current object.void
setCommitItemSkipped
(SVNCommitItem item, boolean skipped) Sets or unsets a versioned item to be skipped - whether or not it should be committed.Methods inherited from class org.tmatesoft.svn.core.wc.SVNCommitPacket
filterSkippedItemsAndLockTokens, getCommitItems, getLockTokens, isCommitItemSkipped, isDisposed, toString
-
Field Details
-
packet
-
operation
-
-
Constructor Details
-
SVNCommitPacketWrapper
public SVNCommitPacketWrapper(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, Map<String, String> lockTokens)
-
-
Method Details
-
dispose
Description copied from class:SVNCommitPacket
Disposes the current object.- Overrides:
dispose
in classSVNCommitPacket
- Throws:
SVNException
-
getPacket
-
getOperation
-
setCommitItemSkipped
Description copied from class:SVNCommitPacket
Sets or unsets a versioned item to be skipped - whether or not it should be committed.- Overrides:
setCommitItemSkipped
in classSVNCommitPacket
- Parameters:
item
- an item that should be marked skippedskipped
- if true the item is set to be skipped (a commit operation should skip the item), otherwise - unskipped if it was previously marked skipped- See Also:
-
removeSkippedItems
- Overrides:
removeSkippedItems
in classSVNCommitPacket
-