|
SVNKit Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNCopyTask
public class SVNCopyTask
SVNCopyTask is used in the extended merge mechanism to provide information about the copy source.
Method Summary | |
---|---|
static SVNCopyTask |
create(SVNCopySource copySource,
boolean isMove)
Creates a new SVNCopyTask . |
SVNCopySource |
getCopySource()
Returns the copy source informtaion. |
File |
getCopyTarget()
Returns the copy target. |
boolean |
isMove()
Tells whether this copy task is a move or a copy task. |
void |
setCopyTarget(File copyTarget)
Sets the copy target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SVNCopyTask create(SVNCopySource copySource, boolean isMove)
SVNCopyTask
.
copySource
- copy sourceisMove
- whether it's a move operation or simply a copy
SVNCopyTask
objectpublic SVNCopySource getCopySource()
public boolean isMove()
public File getCopyTarget()
public void setCopyTarget(File copyTarget)
copyTarget
- copy target
|
SVNKit Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |