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 TypeMethodDescriptionvoiddispose()Disposes the current object.voidsetCommitItemSkipped(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:SVNCommitPacketDisposes the current object.- Overrides:
disposein classSVNCommitPacket- Throws:
SVNException
-
getPacket
-
getOperation
-
setCommitItemSkipped
Description copied from class:SVNCommitPacketSets or unsets a versioned item to be skipped - whether or not it should be committed.- Overrides:
setCommitItemSkippedin 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:
removeSkippedItemsin classSVNCommitPacket
-