|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNCommitPacket
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 doCollectCommitItems()
to collect and hold information on paths that have local changes.
SVNCommitItem
Field Summary | |
static SVNCommitPacket |
EMPTY
This constant denotes an empty commit items storage (contains no SVNCommitItem objects). |
Method Summary | |
void |
dispose()
Disposes the current object. |
SVNCommitItem[] |
getCommitItems()
Gets an array of SVNCommitItem objects stored in this object. |
boolean |
isCommitItemSkipped(SVNCommitItem item)
Determines if an item intended for a commit is set to be skipped - that is not to be committed. |
boolean |
isDisposed()
Determines if this object is disposed. |
void |
setCommitItemSkipped(SVNCommitItem item,
boolean skipped)
Sets or unsets a versioned item to be skipped - whether or not it should be committed. |
String |
toString()
Gives a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final SVNCommitPacket EMPTY
SVNCommitItem
objects).
Method Detail |
public SVNCommitItem[] getCommitItems()
public void setCommitItemSkipped(SVNCommitItem item, boolean skipped)
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 skippedisCommitItemSkipped(SVNCommitItem)
public boolean isCommitItemSkipped(SVNCommitItem item)
item
- an item to check
setCommitItemSkipped(SVNCommitItem, boolean)
public boolean isDisposed()
public void dispose() throws SVNException
SVNException
public String toString()
|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |