|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sourceforge.cvsgrab.CVSGrabTask
public class CVSGrabTask
Ant task for CVSGrab.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
CVSGrabTask()
Constructor for the CVSGrabTask object |
|
| Method Summary | |
|---|---|
WebOptions.HttpProxy |
createProxy()
Create the nested element for configuring the proxy |
WebOptions.WebAuthentification |
createWeb()
Create the nested element for configuring the web authentification |
void |
execute()
Execute the task |
void |
setCleanUpdate(boolean value)
Sets the clean update |
void |
setConnections(int connections)
Sets the number of simultaneous connections to open |
void |
setCvsRoot(String value)
Sets the cvs root attribute |
void |
setDestDir(String value)
Sets the dest dir attribute |
void |
setPackageDir(String value)
Sets the package dir attribute |
void |
setPackagePath(String value)
Sets the package path attribute |
void |
setProjectRoot(String value)
|
void |
setPruneEmptyDirs(boolean value)
Sets the prune empty dirs |
void |
setRootUrl(String value)
Sets the root url attribute |
void |
setTag(String value)
Sets the tag attribute |
void |
setUrl(String value)
Sets the url attribute |
void |
setVerbose(boolean value)
Sets the verbose attribute |
void |
setWebInterface(String value)
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CVSGrabTask()
| Method Detail |
|---|
public void setUrl(String value)
value - The new rootUrl valuepublic void setRootUrl(String value)
value - The new rootUrl valuepublic void setPackagePath(String value)
value - The new package valuepublic void setProjectRoot(String value)
public void setDestDir(String value)
value - The new destDir valuepublic void setPackageDir(String value)
value - The new package valuepublic void setCvsRoot(String value)
value - The new cvsRoot valuepublic void setTag(String value)
value - The new tag valuepublic void setWebInterface(String value)
public void setVerbose(boolean value)
value - The new verbose valuepublic void setPruneEmptyDirs(boolean value)
value - The new pruneEmptyDirs valuepublic void setCleanUpdate(boolean value)
value - The new cleanUpdate valuepublic void setConnections(int connections)
connections - The connections to set.public WebOptions.HttpProxy createProxy()
public WebOptions.WebAuthentification createWeb()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - when an error occured in the build
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||