Class SvnCodec.SVNCommitPacketWrapper
- java.lang.Object
-
- org.tmatesoft.svn.core.wc.SVNCommitPacket
-
- org.tmatesoft.svn.core.internal.wc2.compat.SvnCodec.SVNCommitPacketWrapper
-
- Enclosing class:
- SvnCodec
public static class SvnCodec.SVNCommitPacketWrapper extends SVNCommitPacket
-
-
Field Summary
Fields Modifier and Type Field Description private SvnCommitoperationprivate SvnCommitPacketpacket-
Fields inherited from class org.tmatesoft.svn.core.wc.SVNCommitPacket
EMPTY
-
-
Constructor Summary
Constructors Constructor Description SVNCommitPacketWrapper(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, java.util.Map<java.lang.String,java.lang.String> lockTokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Disposes the current object.SvnCommitgetOperation()SvnCommitPacketgetPacket()SVNCommitPacketremoveSkippedItems()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 Detail
-
packet
private SvnCommitPacket packet
-
operation
private SvnCommit operation
-
-
Constructor Detail
-
SVNCommitPacketWrapper
public SVNCommitPacketWrapper(SvnCommit operation, SvnCommitPacket packet, SVNCommitItem[] items, java.util.Map<java.lang.String,java.lang.String> lockTokens)
-
-
Method Detail
-
dispose
public void dispose() throws SVNExceptionDescription copied from class:SVNCommitPacketDisposes the current object.- Overrides:
disposein classSVNCommitPacket- Throws:
SVNException
-
getPacket
public SvnCommitPacket getPacket()
-
getOperation
public SvnCommit getOperation()
-
setCommitItemSkipped
public void setCommitItemSkipped(SVNCommitItem item, boolean skipped)
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:
SVNCommitPacket.isCommitItemSkipped(SVNCommitItem)
-
removeSkippedItems
public SVNCommitPacket removeSkippedItems()
- Overrides:
removeSkippedItemsin classSVNCommitPacket
-
-