com.googlecode.svntask.command
Class Checkout

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by com.googlecode.svntask.Command
          extended by com.googlecode.svntask.command.Checkout
All Implemented Interfaces:
java.lang.Cloneable

public class Checkout
extends Command


Field Summary
static java.lang.String SVN_CHECKOUT_REVISION
           
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
Checkout()
           
 
Method Summary
 void execute()
           
 void setDepth(java.lang.String depth)
           
 void setForce(boolean force)
           
 void setPath(java.io.File path)
           
 void setPegRevision(long pegRevision)
           
 void setRevision(long revision)
           
 void setRevisionProperty(java.lang.String revisionProperty)
           
 void setUrl(java.lang.String url)
           
protected  void validateAttributes()
           
 
Methods inherited from class com.googlecode.svntask.Command
executeCommand, getTask, setTask
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVN_CHECKOUT_REVISION

public static final java.lang.String SVN_CHECKOUT_REVISION
See Also:
Constant Field Values
Constructor Detail

Checkout

public Checkout()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in class Command
Throws:
java.lang.Exception

validateAttributes

protected void validateAttributes()
                           throws java.lang.Exception
Specified by:
validateAttributes in class Command
Throws:
java.lang.Exception

setUrl

public void setUrl(java.lang.String url)
            throws org.tmatesoft.svn.core.SVNException
Throws:
org.tmatesoft.svn.core.SVNException

setPath

public void setPath(java.io.File path)

setPegRevision

public void setPegRevision(long pegRevision)

setRevision

public void setRevision(long revision)

setDepth

public void setDepth(java.lang.String depth)

setForce

public void setForce(boolean force)

setRevisionProperty

public void setRevisionProperty(java.lang.String revisionProperty)


Copyright © 2011 Jon Scott Stevens. All Rights Reserved. Build version: 1.0.8