SVNKit Home

org.tmatesoft.svn.core.wc
Class SVNCopyTask

java.lang.Object
  extended byorg.tmatesoft.svn.core.wc.SVNCopyTask

public class SVNCopyTask
extends Object

Version:
1.2.0
Author:
TMate Software Ltd.

Method Summary
static SVNCopyTask create(SVNCopySource copySource, boolean isMove)
           
 SVNCopySource getCopySource()
           
 File getCopyTarget()
           
 boolean isMove()
           
 void setCopyTarget(File copyTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static SVNCopyTask create(SVNCopySource copySource,
                                 boolean isMove)

getCopySource

public SVNCopySource getCopySource()

isMove

public boolean isMove()

getCopyTarget

public File getCopyTarget()

setCopyTarget

public void setCopyTarget(File copyTarget)

SVNKit Home

Copyright © 2004-2008 TMate Software Ltd. All Rights Reserved.