public class CvsTagDiff extends AbstractCvsTask
<!-- Root element --> <!ELEMENT tagdiff ( entry+ ) > <!-- Start tag of the report --> <!ATTLIST tagdiff startTag NMTOKEN #IMPLIED > <!-- End tag of the report --> <!ATTLIST tagdiff endTag NMTOKEN #IMPLIED > <!-- Start date of the report --> <!ATTLIST tagdiff startDate NMTOKEN #IMPLIED > <!-- End date of the report --> <!ATTLIST tagdiff endDate NMTOKEN #IMPLIED > <!-- CVS tag entry --> <!ELEMENT entry ( file ) > <!-- File added, changed or removed --> <!ELEMENT file ( name, revision?, prevrevision? ) > <!-- Name of the file --> <!ELEMENT name ( #PCDATA ) > <!-- Revision number --> <!ELEMENT revision ( #PCDATA ) > <!-- Previous revision number --> <!ELEMENT prevrevision ( #PCDATA ) >
AbstractCvsTask.ModuleDEFAULT_COMPRESSION_LEVELdescription, location, project| Constructor and Description | 
|---|
| CvsTagDiff() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()Execute task. | 
| void | setDestFile(java.io.File f)Set the output file for the diff. | 
| void | setEndDate(java.lang.String s)Set the end date. | 
| void | setEndTag(java.lang.String s)Set the end tag. | 
| void | setIgnoreRemoved(boolean b)Set the ignore removed indicator. | 
| void | setPackage(java.lang.String p)The package/module to analyze. | 
| void | setStartDate(java.lang.String s)Set the start date. | 
| void | setStartTag(java.lang.String s)Set the start tag. | 
addCommandArgument, addCommandArgument, addConfiguredCommandline, addConfiguredCommandline, addModule, configureCommandline, getCommand, getCvsRoot, getCvsRsh, getDest, getErrorStream, getExecuteStreamHandler, getModules, getOutputStream, getPackage, getPassFile, getPort, getTag, removeCommandline, runCommand, setAppend, setCommand, setCompression, setCompressionLevel, setCvsRoot, setCvsRsh, setDate, setDest, setError, setErrorStream, setExecuteStreamHandler, setFailOnError, setNoexec, setOutput, setOutputStream, setPassfile, setPort, setQuiet, setReallyquiet, setTagbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void setPackage(java.lang.String p)
setPackage in class AbstractCvsTaskp - the name of the package to analysepublic void setStartTag(java.lang.String s)
s - the start tag.public void setStartDate(java.lang.String s)
s - the start date.public void setEndTag(java.lang.String s)
s - the end tag.public void setEndDate(java.lang.String s)
s - the end date.public void setDestFile(java.io.File f)
f - the output file for the diff.public void setIgnoreRemoved(boolean b)
b - the ignore removed indicator.public void execute()
             throws BuildException
execute in class AbstractCvsTaskBuildException - if an error occurs