com.googlecode.svntask
Class SvnTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.googlecode.svntask.SvnTask
All Implemented Interfaces:
java.lang.Cloneable

public class SvnTask
extends org.apache.tools.ant.Task

Author:
jonstevens

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
SvnTask()
           
 
Method Summary
 void addAdd(Add add)
           
 void addCheckout(Checkout checkout)
           
 void addCommit(Commit commit)
           
 void addInfo(Info info)
           
 void addLog(Log log)
           
 void addLs(Ls ls)
           
 void addStatus(Status status)
           
 void addSwitch(Switch switchTask)
           
 void addUpdate(Update update)
           
 void execute()
           
 org.tmatesoft.svn.core.wc.SVNClientManager getSvnClient()
           
 void init()
           
 boolean isFailonerror()
           
 void setFailonerror(boolean failonerror)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnTask

public SvnTask()
Method Detail

addAdd

public void addAdd(Add add)

addCommit

public void addCommit(Commit commit)

addInfo

public void addInfo(Info info)

addLog

public void addLog(Log log)

addLs

public void addLs(Ls ls)

addStatus

public void addStatus(Status status)

addSwitch

public void addSwitch(Switch switchTask)

addUpdate

public void addUpdate(Update update)

addCheckout

public void addCheckout(Checkout checkout)

isFailonerror

public boolean isFailonerror()

setFailonerror

public void setFailonerror(boolean failonerror)

init

public void init()
          throws org.apache.tools.ant.BuildException
Overrides:
init in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

getSvnClient

public org.tmatesoft.svn.core.wc.SVNClientManager getSvnClient()


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