| java.lang.Object org.tmatesoft.svn.core.wc.SVNCommitPacket
SVNCommitPacket | public class SVNCommitPacket (Code) | | The SVNCommitPacket is a storage for SVNCommitItem
objects which represent information on versioned items intended
for being committed to a repository.
Used by SVNCommitClient in
SVNCommitClient.doCollectCommitItems(File[]booleanbooleanboolean) doCollectCommitItems() to collect and hold information on paths that have local changes.
version: 1.1.1 author: TMate Software Ltd. See Also: SVNCommitItem |
getCommitItems | public SVNCommitItem[] getCommitItems()(Code) | | Gets an array of SVNCommitItem objects stored in this
object.
an array of SVNCommitItem objects containinginfo of versioned items to be committed |
isDisposed | public boolean isDisposed()(Code) | | Determines if this object is disposed.
true if disposedotherwise false |
setCommitItemSkipped | public void setCommitItemSkipped(SVNCommitItem item, boolean skipped)(Code) | | Sets or unsets a versioned item to be skipped -
whether or not it should be committed.
Parameters: item - an item that should be marked skipped Parameters: skipped - if true the item isset to be skipped (a commit operation should skip the item), otherwise - unskipped if it waspreviously marked skipped See Also: SVNCommitPacket.isCommitItemSkipped(SVNCommitItem) |
toString | public String toString()(Code) | | Gives a string representation of this object.
a string representing this object. |
|
|