|
|||||||||
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<T> org.tmatesoft.svn.core.wc2.SvnReceivingOperation<java.lang.String> org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
public class SvnGetChangelistPaths
Gets paths belonging to the specified changelists
discovered under the
specified targets
.
SvnOperation.run()
method returns a list of String
representing all paths belonging to changelist.
Constructor Summary | |
---|---|
protected |
SvnGetChangelistPaths(SvnOperationFactory factory)
|
Method Summary | |
---|---|
protected int |
getMaximumTargetsCount()
|
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy |
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation |
---|
first, getReceiver, initDefaults, last, receive, run, setReceiver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnGetChangelistPaths(SvnOperationFactory factory)
Method Detail |
---|
protected int getMaximumTargetsCount()
getMaximumTargetsCount
in class SvnOperation<java.lang.String>
public boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<java.lang.String>
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 |