|
||||||||||
| 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.sf.statcvs.ant.StatCvsTask
net.sf.statsvn.ant.StatSvnTask
public class StatSvnTask
Ant task for running StatSVN.
| 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 | |
|---|---|
StatSvnTask()
Constructor for StatSvnTask. |
|
| Method Summary | |
|---|---|
void |
execute()
Runs the task |
protected void |
initProperties()
method initializes the ConfigurationOptions object with received values. |
void |
setCacheDir(java.lang.String cacheDir)
|
void |
setConcurrencyThreshold(long thresholdToUseConcurrency)
|
void |
setLegacyDiff(boolean isLegacy)
Should we use a one diff per-file-per-revision or should we use the newer one diff per-revision? |
void |
setPassword(java.lang.String password)
|
void |
setThreads(int threads)
|
void |
setUsername(java.lang.String username)
|
| Methods inherited from class net.sf.statcvs.ant.StatCvsTask |
|---|
setBugzilla, setChora, setCss, setCvsweb, setExclude, setFormat, setInclude, setJCVSWeb, setLog, setMantis, setNoDeveloper, setNotes, setOutputDir, setPath, setTags, setTitle, setViewCVS, setViewVC, setXDoc |
| 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 StatSvnTask()
| Method Detail |
|---|
public void execute()
execute in class net.sf.statcvs.ant.StatCvsTaskbuildException - if an IO Error occurs
protected void initProperties()
throws net.sf.statcvs.output.ConfigurationException
initProperties in class net.sf.statcvs.ant.StatCvsTasknet.sf.statcvs.output.ConfigurationExceptionpublic void setCacheDir(java.lang.String cacheDir)
cacheDirectory - String representing the cache directory of the programpublic void setPassword(java.lang.String password)
password - The svnPassword to set.public void setUsername(java.lang.String username)
username - The svnUsername to set.public void setThreads(int threads)
threads - the numberSvnDiffThreads to setpublic void setConcurrencyThreshold(long thresholdToUseConcurrency)
thresholdInMsToUseConcurrency - the thresholdInMsToUseConcurrency to setpublic void setLegacyDiff(boolean isLegacy)
isLegacy - true if the legacy diff should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||