public class SVNCopyTask
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static SVNCopyTask |
create(SVNCopySource copySource,
boolean isMove)
Creates a new
SVNCopyTask. |
SVNCopySource |
getCopySource()
Returns the copy source informtaion.
|
java.io.File |
getCopyTarget()
Returns the copy target.
|
boolean |
isMove()
Tells whether this copy task is a move or a copy task.
|
void |
setCopyTarget(java.io.File copyTarget)
Sets the copy target.
|
public static SVNCopyTask create(SVNCopySource copySource, boolean isMove)
SVNCopyTask.copySource - copy sourceisMove - whether it's a move operation or simply a copySVNCopyTask objectpublic SVNCopySource getCopySource()
public boolean isMove()
public java.io.File getCopyTarget()
public void setCopyTarget(java.io.File copyTarget)
copyTarget - copy targetCopyright © 2004-2009 TMate Software Ltd. All Rights Reserved.