|
|||||||||||
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
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 | |
StatCvsTask()
Constructor for StatCvsTask. |
Method Summary | |
void |
execute()
Runs the task |
void |
setCssFile(java.lang.String cssFile)
|
void |
setCvsLogFile(java.lang.String logFile)
|
void |
setOutputDirectory(java.lang.String outDir)
|
void |
setProjectDirectory(java.lang.String modDir)
|
void |
setProjectName(java.lang.String pName)
|
void |
setShowCredits(java.lang.String showCredits)
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
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 StatCvsTask()
Method Detail |
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- if an IO Error occurspublic void setProjectName(java.lang.String pName)
pName
- String representing the project namepublic void setCvsLogFile(java.lang.String logFile)
logFile
- String representing the cvs log filepublic void setProjectDirectory(java.lang.String modDir)
modDir
- String representing the directory containing the CVS projectpublic void setOutputDirectory(java.lang.String outDir)
outDir
- String representing the output directory of the reportpublic void setCssFile(java.lang.String cssFile)
cssFile
- String representing the CSS file to use for the reportpublic void setShowCredits(java.lang.String showCredits)
showCredits
- Show credit information in report? "yes" or "no"
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |