|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnOperation<java.lang.Void> org.tmatesoft.svn.core.wc2.SvnCleanup
public class SvnCleanup
Represents cleanup operation. Recursively cleans up the working copy, removing locks and resuming
unfinished operations.
Target
should represent working copy path.
This method operates only on working copies and does not open any network connection.
SvnOperation.run()
method throws SVNException
if one of the following is true:
SVNErrorCode.ILLEGAL_TARGET
error code
- if target
is URL
SVNErrorCode.WC_NOT_WORKING_COPY
error code
- if target
is not under version control
Constructor Summary | |
---|---|
protected |
SvnCleanup(SvnOperationFactory factory)
|
Method Summary | |
---|---|
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy |
boolean |
isDeleteWCProperties()
Gets whether or not DAV specific "svn:wc:" properties
should be removed from the working copy |
void |
setDeleteWCProperties(boolean deleteWCProperties)
Sets whether or not DAV specific "svn:wc:" properties
should be removed from the working copy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnCleanup(SvnOperationFactory factory)
Method Detail |
---|
public boolean isDeleteWCProperties()
"svn:wc:"
properties
should be removed from the working copy
true
if properties will be removed, otherwise false
public void setDeleteWCProperties(boolean deleteWCProperties)
"svn:wc:"
properties
should be removed from the working copy
deleteWCProperties
- true
if properties will be removed, otherwise false
public boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<java.lang.Void>
true
if the operation changes the working copy, otherwise false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |