????
| Current Path : /opt/ant/manual/api/org/apache/tools/ant/taskdefs/ |
| Current File : //opt/ant/manual/api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue May 22 06:24:51 CEST 2012 -->
<title>AbstractCvsTask (Apache Ant API)</title>
<meta name="date" content="2012-05-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractCvsTask (Apache Ant API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/tools/ant/taskdefs/AbstractCvsTask.html" target="_top">Frames</a></li>
<li><a href="AbstractCvsTask.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.tools.ant.taskdefs</div>
<h2 title="Class AbstractCvsTask" class="title">Class AbstractCvsTask</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">org.apache.tools.ant.ProjectComponent</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">org.apache.tools.ant.Task</a></li>
<li>
<ul class="inheritance">
<li>org.apache.tools.ant.taskdefs.AbstractCvsTask</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Cloneable</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/tools/ant/taskdefs/cvslib/ChangeLogTask.html" title="class in org.apache.tools.ant.taskdefs.cvslib">ChangeLogTask</a>, <a href="../../../../../org/apache/tools/ant/taskdefs/Cvs.html" title="class in org.apache.tools.ant.taskdefs">Cvs</a>, <a href="../../../../../org/apache/tools/ant/taskdefs/cvslib/CvsTagDiff.html" title="class in org.apache.tools.ant.taskdefs.cvslib">CvsTagDiff</a>, <a href="../../../../../org/apache/tools/ant/taskdefs/cvslib/CvsVersion.html" title="class in org.apache.tools.ant.taskdefs.cvslib">CvsVersion</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractCvsTask</span>
extends <a href="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</a></pre>
<div class="block">original Cvs.java 1.20
NOTE: This implementation has been moved here from Cvs.java with
the addition of some accessors for extensibility. Another task
can extend this with some customized output processing.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>Ant 1.5</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html" title="class in org.apache.tools.ant.taskdefs">AbstractCvsTask.Module</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#DEFAULT_COMPRESSION_LEVEL">DEFAULT_COMPRESSION_LEVEL</a></strong></code>
<div class="block">Default compression level to use, if compression is enabled via
setCompression( true ).</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.tools.ant.Task">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</a></h3>
<code><a href="../../../../../org/apache/tools/ant/Task.html#target">target</a>, <a href="../../../../../org/apache/tools/ant/Task.html#taskName">taskName</a>, <a href="../../../../../org/apache/tools/ant/Task.html#taskType">taskType</a>, <a href="../../../../../org/apache/tools/ant/Task.html#wrapper">wrapper</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</a></h3>
<code><a href="../../../../../org/apache/tools/ant/ProjectComponent.html#description">description</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#location">location</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#AbstractCvsTask()">AbstractCvsTask</a></strong>()</code>
<div class="block">empty no-arg constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#addCommandArgument(org.apache.tools.ant.types.Commandline, java.lang.String)">addCommandArgument</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c,
java.lang.String arg)</code>
<div class="block">This method adds a command line argument to an external command.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#addCommandArgument(java.lang.String)">addCommandArgument</a></strong>(java.lang.String arg)</code>
<div class="block">This needs to be public to allow configuration
of commands externally.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#addConfiguredCommandline(org.apache.tools.ant.types.Commandline)">addConfiguredCommandline</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</code>
<div class="block">Adds direct command-line to execute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#addConfiguredCommandline(org.apache.tools.ant.types.Commandline, boolean)">addConfiguredCommandline</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c,
boolean insertAtStart)</code>
<div class="block">Configures and adds the given Commandline.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#addModule(org.apache.tools.ant.taskdefs.AbstractCvsTask.Module)">addModule</a></strong>(<a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html" title="class in org.apache.tools.ant.taskdefs">AbstractCvsTask.Module</a> m)</code>
<div class="block">add a named module/package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#configureCommandline(org.apache.tools.ant.types.Commandline)">configureCommandline</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</code>
<div class="block">Configure a commandline element for things like cvsRoot, quiet, etc.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#execute()">execute</a></strong>()</code>
<div class="block">do the work</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getCommand()">getCommand</a></strong>()</code>
<div class="block">accessor to a command line as string
This should be deprecated
AntoineLL July 23d 2003</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getCvsRoot()">getCvsRoot</a></strong>()</code>
<div class="block">access the CVSROOT variable</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getCvsRsh()">getCvsRsh</a></strong>()</code>
<div class="block">access the CVS_RSH variable</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.File</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getDest()">getDest</a></strong>()</code>
<div class="block">get the file where the checked out files should be placed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.io.OutputStream</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getErrorStream()">getErrorStream</a></strong>()</code>
<div class="block">access the stream to which the stderr from cvs should go
if this stream has already been set, it will be returned
if the stream has not yet been set, if the attribute error
has been set, the output stream will go to the file denoted by the error attribute
otherwise the stderr output will go to ant's logging system</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getExecuteStreamHandler()">getExecuteStreamHandler</a></strong>()</code>
<div class="block">find the handler and instantiate it if it does not exist yet</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getModules()">getModules</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.io.OutputStream</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getOutputStream()">getOutputStream</a></strong>()</code>
<div class="block">access the stream to which the stdout from cvs should go
if this stream has already been set, it will be returned
if the stream has not yet been set, if the attribute output
has been set, the output stream will go to the output file
otherwise the output will go to ant's logging system</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getPackage()">getPackage</a></strong>()</code>
<div class="block">access the package or module to operate upon</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.File</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getPassFile()">getPassFile</a></strong>()</code>
<div class="block">find the password file</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getPort()">getPort</a></strong>()</code>
<div class="block">access the port of CVS</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#getTag()">getTag</a></strong>()</code>
<div class="block">tag or branch</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#removeCommandline(org.apache.tools.ant.types.Commandline)">removeCommandline</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</code>
<div class="block">remove a particular command from a vector of command lines</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#runCommand(org.apache.tools.ant.types.Commandline)">runCommand</a></strong>(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> toExecute)</code>
<div class="block">Sets up the environment for toExecute and then runs it.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setAppend(boolean)">setAppend</a></strong>(boolean value)</code>
<div class="block">Whether to append output/error when redirecting to a file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setCommand(java.lang.String)">setCommand</a></strong>(java.lang.String c)</code>
<div class="block">The CVS command to execute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setCompression(boolean)">setCompression</a></strong>(boolean usecomp)</code>
<div class="block">If true, this is the same as compressionlevel="3".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setCompressionLevel(int)">setCompressionLevel</a></strong>(int level)</code>
<div class="block">If set to a value 1-9 it adds -zN to the cvs command line, else
it disables compression.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setCvsRoot(java.lang.String)">setCvsRoot</a></strong>(java.lang.String root)</code>
<div class="block">The CVSROOT variable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setCvsRsh(java.lang.String)">setCvsRsh</a></strong>(java.lang.String rsh)</code>
<div class="block">The CVS_RSH variable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setDate(java.lang.String)">setDate</a></strong>(java.lang.String p)</code>
<div class="block">Use the most recent revision no later than the given date.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setDest(java.io.File)">setDest</a></strong>(java.io.File dest)</code>
<div class="block">The directory where the checked out files should be placed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setError(java.io.File)">setError</a></strong>(java.io.File error)</code>
<div class="block">The file to direct standard error from the command.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setErrorStream(java.io.OutputStream)">setErrorStream</a></strong>(java.io.OutputStream errorStream)</code>
<div class="block">sets a stream to which the stderr from the cvs exe should go</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setExecuteStreamHandler(org.apache.tools.ant.taskdefs.ExecuteStreamHandler)">setExecuteStreamHandler</a></strong>(<a href="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</a> handler)</code>
<div class="block">sets the handler</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setFailOnError(boolean)">setFailOnError</a></strong>(boolean failOnError)</code>
<div class="block">Stop the build process if the command exits with
a return code other than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setNoexec(boolean)">setNoexec</a></strong>(boolean ne)</code>
<div class="block">If true, report only and don't change any files.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setOutput(java.io.File)">setOutput</a></strong>(java.io.File output)</code>
<div class="block">The file to direct standard output from the command.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setOutputStream(java.io.OutputStream)">setOutputStream</a></strong>(java.io.OutputStream outputStream)</code>
<div class="block">sets a stream to which the output from the cvs executable should be sent</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setPackage(java.lang.String)">setPackage</a></strong>(java.lang.String p)</code>
<div class="block">The package/module to operate upon.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setPassfile(java.io.File)">setPassfile</a></strong>(java.io.File passFile)</code>
<div class="block">Password file to read passwords from.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setPort(int)">setPort</a></strong>(int port)</code>
<div class="block">Port used by CVS to communicate with the server.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setQuiet(boolean)">setQuiet</a></strong>(boolean q)</code>
<div class="block">If true, suppress informational messages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setReallyquiet(boolean)">setReallyquiet</a></strong>(boolean q)</code>
<div class="block">If true, suppress all messages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.html#setTag(java.lang.String)">setTag</a></strong>(java.lang.String p)</code>
<div class="block">The tag of the package/module to operate upon.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.tools.ant.Task">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</a></h3>
<code><a href="../../../../../org/apache/tools/ant/Task.html#bindToOwner(org.apache.tools.ant.Task)">bindToOwner</a>, <a href="../../../../../org/apache/tools/ant/Task.html#getOwningTarget()">getOwningTarget</a>, <a href="../../../../../org/apache/tools/ant/Task.html#getRuntimeConfigurableWrapper()">getRuntimeConfigurableWrapper</a>, <a href="../../../../../org/apache/tools/ant/Task.html#getTaskName()">getTaskName</a>, <a href="../../../../../org/apache/tools/ant/Task.html#getTaskType()">getTaskType</a>, <a href="../../../../../org/apache/tools/ant/Task.html#getWrapper()">getWrapper</a>, <a href="../../../../../org/apache/tools/ant/Task.html#handleErrorFlush(java.lang.String)">handleErrorFlush</a>, <a href="../../../../../org/apache/tools/ant/Task.html#handleErrorOutput(java.lang.String)">handleErrorOutput</a>, <a href="../../../../../org/apache/tools/ant/Task.html#handleFlush(java.lang.String)">handleFlush</a>, <a href="../../../../../org/apache/tools/ant/Task.html#handleInput(byte[], int, int)">handleInput</a>, <a href="../../../../../org/apache/tools/ant/Task.html#handleOutput(java.lang.String)">handleOutput</a>, <a href="../../../../../org/apache/tools/ant/Task.html#init()">init</a>, <a href="../../../../../org/apache/tools/ant/Task.html#isInvalid()">isInvalid</a>, <a href="../../../../../org/apache/tools/ant/Task.html#log(java.lang.String)">log</a>, <a href="../../../../../org/apache/tools/ant/Task.html#log(java.lang.String, int)">log</a>, <a href="../../../../../org/apache/tools/ant/Task.html#log(java.lang.String, java.lang.Throwable, int)">log</a>, <a href="../../../../../org/apache/tools/ant/Task.html#log(java.lang.Throwable, int)">log</a>, <a href="../../../../../org/apache/tools/ant/Task.html#maybeConfigure()">maybeConfigure</a>, <a href="../../../../../org/apache/tools/ant/Task.html#perform()">perform</a>, <a href="../../../../../org/apache/tools/ant/Task.html#reconfigure()">reconfigure</a>, <a href="../../../../../org/apache/tools/ant/Task.html#setOwningTarget(org.apache.tools.ant.Target)">setOwningTarget</a>, <a href="../../../../../org/apache/tools/ant/Task.html#setRuntimeConfigurableWrapper(org.apache.tools.ant.RuntimeConfigurable)">setRuntimeConfigurableWrapper</a>, <a href="../../../../../org/apache/tools/ant/Task.html#setTaskName(java.lang.String)">setTaskName</a>, <a href="../../../../../org/apache/tools/ant/Task.html#setTaskType(java.lang.String)">setTaskType</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</a></h3>
<code><a href="../../../../../org/apache/tools/ant/ProjectComponent.html#clone()">clone</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getDescription()">getDescription</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getLocation()">getLocation</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getProject()">getProject</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setDescription(java.lang.String)">setDescription</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setLocation(org.apache.tools.ant.Location)">setLocation</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setProject(org.apache.tools.ant.Project)">setProject</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DEFAULT_COMPRESSION_LEVEL">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_COMPRESSION_LEVEL</h4>
<pre>public static final int DEFAULT_COMPRESSION_LEVEL</pre>
<div class="block">Default compression level to use, if compression is enabled via
setCompression( true ).</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.AbstractCvsTask.DEFAULT_COMPRESSION_LEVEL">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractCvsTask()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractCvsTask</h4>
<pre>public AbstractCvsTask()</pre>
<div class="block">empty no-arg constructor</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setExecuteStreamHandler(org.apache.tools.ant.taskdefs.ExecuteStreamHandler)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setExecuteStreamHandler</h4>
<pre>public void setExecuteStreamHandler(<a href="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</a> handler)</pre>
<div class="block">sets the handler</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - a handler able of processing the output and error streams from the cvs exe</dd></dl>
</li>
</ul>
<a name="getExecuteStreamHandler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExecuteStreamHandler</h4>
<pre>protected <a href="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</a> getExecuteStreamHandler()</pre>
<div class="block">find the handler and instantiate it if it does not exist yet</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>handler for output and error streams</dd></dl>
</li>
</ul>
<a name="setOutputStream(java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputStream</h4>
<pre>protected void setOutputStream(java.io.OutputStream outputStream)</pre>
<div class="block">sets a stream to which the output from the cvs executable should be sent</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputStream</code> - stream to which the stdout from cvs should go</dd></dl>
</li>
</ul>
<a name="getOutputStream()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputStream</h4>
<pre>protected java.io.OutputStream getOutputStream()</pre>
<div class="block">access the stream to which the stdout from cvs should go
if this stream has already been set, it will be returned
if the stream has not yet been set, if the attribute output
has been set, the output stream will go to the output file
otherwise the output will go to ant's logging system</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>output stream to which cvs' stdout should go to</dd></dl>
</li>
</ul>
<a name="setErrorStream(java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setErrorStream</h4>
<pre>protected void setErrorStream(java.io.OutputStream errorStream)</pre>
<div class="block">sets a stream to which the stderr from the cvs exe should go</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>errorStream</code> - an output stream willing to process stderr</dd></dl>
</li>
</ul>
<a name="getErrorStream()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getErrorStream</h4>
<pre>protected java.io.OutputStream getErrorStream()</pre>
<div class="block">access the stream to which the stderr from cvs should go
if this stream has already been set, it will be returned
if the stream has not yet been set, if the attribute error
has been set, the output stream will go to the file denoted by the error attribute
otherwise the stderr output will go to ant's logging system</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>output stream to which cvs' stderr should go to</dd></dl>
</li>
</ul>
<a name="runCommand(org.apache.tools.ant.types.Commandline)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>runCommand</h4>
<pre>protected void runCommand(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> toExecute)
throws <a href="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></pre>
<div class="block">Sets up the environment for toExecute and then runs it.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>toExecute</code> - the command line to execute</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></code> - if failonError is set to true and the cvs command fails</dd></dl>
</li>
</ul>
<a name="execute()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre>public void execute()
throws <a href="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></pre>
<div class="block">do the work</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/apache/tools/ant/Task.html#execute()">execute</a></code> in class <code><a href="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></code> - if failonerror is set to true and the
cvs command fails.</dd></dl>
</li>
</ul>
<a name="setCvsRoot(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCvsRoot</h4>
<pre>public void setCvsRoot(java.lang.String root)</pre>
<div class="block">The CVSROOT variable.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>root</code> - the CVSROOT variable</dd></dl>
</li>
</ul>
<a name="getCvsRoot()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCvsRoot</h4>
<pre>public java.lang.String getCvsRoot()</pre>
<div class="block">access the CVSROOT variable</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>CVSROOT</dd></dl>
</li>
</ul>
<a name="setCvsRsh(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCvsRsh</h4>
<pre>public void setCvsRsh(java.lang.String rsh)</pre>
<div class="block">The CVS_RSH variable.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rsh</code> - the CVS_RSH variable</dd></dl>
</li>
</ul>
<a name="getCvsRsh()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCvsRsh</h4>
<pre>public java.lang.String getCvsRsh()</pre>
<div class="block">access the CVS_RSH variable</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the CVS_RSH variable</dd></dl>
</li>
</ul>
<a name="setPort(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPort</h4>
<pre>public void setPort(int port)</pre>
<div class="block">Port used by CVS to communicate with the server.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>port</code> - port of CVS</dd></dl>
</li>
</ul>
<a name="getPort()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPort</h4>
<pre>public int getPort()</pre>
<div class="block">access the port of CVS</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the port of CVS</dd></dl>
</li>
</ul>
<a name="setPassfile(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPassfile</h4>
<pre>public void setPassfile(java.io.File passFile)</pre>
<div class="block">Password file to read passwords from.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>passFile</code> - password file to read passwords from</dd></dl>
</li>
</ul>
<a name="getPassFile()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPassFile</h4>
<pre>public java.io.File getPassFile()</pre>
<div class="block">find the password file</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>password file</dd></dl>
</li>
</ul>
<a name="setDest(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDest</h4>
<pre>public void setDest(java.io.File dest)</pre>
<div class="block">The directory where the checked out files should be placed.
<p>Note that this is different from CVS's -d command line
switch as Ant will never shorten pathnames to avoid empty
directories.</p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dest</code> - directory where the checked out files should be placed</dd></dl>
</li>
</ul>
<a name="getDest()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDest</h4>
<pre>public java.io.File getDest()</pre>
<div class="block">get the file where the checked out files should be placed</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>directory where the checked out files should be placed</dd></dl>
</li>
</ul>
<a name="setPackage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPackage</h4>
<pre>public void setPackage(java.lang.String p)</pre>
<div class="block">The package/module to operate upon.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - package or module to operate upon</dd></dl>
</li>
</ul>
<a name="getPackage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPackage</h4>
<pre>public java.lang.String getPackage()</pre>
<div class="block">access the package or module to operate upon</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>package/module</dd></dl>
</li>
</ul>
<a name="getTag()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTag</h4>
<pre>public java.lang.String getTag()</pre>
<div class="block">tag or branch</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>tag or branch</dd><dt><span class="strong">Since:</span></dt>
<dd>ant 1.6.1</dd></dl>
</li>
</ul>
<a name="setTag(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTag</h4>
<pre>public void setTag(java.lang.String p)</pre>
<div class="block">The tag of the package/module to operate upon.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - tag</dd></dl>
</li>
</ul>
<a name="addCommandArgument(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addCommandArgument</h4>
<pre>public void addCommandArgument(java.lang.String arg)</pre>
<div class="block">This needs to be public to allow configuration
of commands externally.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>arg</code> - command argument</dd></dl>
</li>
</ul>
<a name="addCommandArgument(org.apache.tools.ant.types.Commandline, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addCommandArgument</h4>
<pre>public void addCommandArgument(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c,
java.lang.String arg)</pre>
<div class="block">This method adds a command line argument to an external command.
I do not understand what this method does in this class ???
particularly not why it is public ????
AntoineLL July 23d 2003</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - command line to which one argument should be added</dd><dd><code>arg</code> - argument to add</dd></dl>
</li>
</ul>
<a name="setDate(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDate</h4>
<pre>public void setDate(java.lang.String p)</pre>
<div class="block">Use the most recent revision no later than the given date.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>p</code> - a date as string in a format that the CVS executable
can understand see man cvs</dd></dl>
</li>
</ul>
<a name="setCommand(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCommand</h4>
<pre>public void setCommand(java.lang.String c)</pre>
<div class="block">The CVS command to execute.
This should be deprecated, it is better to use the Commandline class ?
AntoineLL July 23d 2003</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - a command as string</dd></dl>
</li>
</ul>
<a name="getCommand()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCommand</h4>
<pre>public java.lang.String getCommand()</pre>
<div class="block">accessor to a command line as string
This should be deprecated
AntoineLL July 23d 2003</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>command line as string</dd></dl>
</li>
</ul>
<a name="setQuiet(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setQuiet</h4>
<pre>public void setQuiet(boolean q)</pre>
<div class="block">If true, suppress informational messages.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>q</code> - if true, suppress informational messages</dd></dl>
</li>
</ul>
<a name="setReallyquiet(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReallyquiet</h4>
<pre>public void setReallyquiet(boolean q)</pre>
<div class="block">If true, suppress all messages.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>q</code> - if true, suppress all messages</dd><dt><span class="strong">Since:</span></dt>
<dd>Ant 1.6</dd></dl>
</li>
</ul>
<a name="setNoexec(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNoexec</h4>
<pre>public void setNoexec(boolean ne)</pre>
<div class="block">If true, report only and don't change any files.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ne</code> - if true, report only and do not change any files.</dd></dl>
</li>
</ul>
<a name="setOutput(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutput</h4>
<pre>public void setOutput(java.io.File output)</pre>
<div class="block">The file to direct standard output from the command.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - a file to which stdout should go</dd></dl>
</li>
</ul>
<a name="setError(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setError</h4>
<pre>public void setError(java.io.File error)</pre>
<div class="block">The file to direct standard error from the command.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>error</code> - a file to which stderr should go</dd></dl>
</li>
</ul>
<a name="setAppend(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAppend</h4>
<pre>public void setAppend(boolean value)</pre>
<div class="block">Whether to append output/error when redirecting to a file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - true indicated you want to append</dd></dl>
</li>
</ul>
<a name="setFailOnError(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFailOnError</h4>
<pre>public void setFailOnError(boolean failOnError)</pre>
<div class="block">Stop the build process if the command exits with
a return code other than 0.
Defaults to false.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>failOnError</code> - stop the build process if the command exits with
a return code other than 0</dd></dl>
</li>
</ul>
<a name="configureCommandline(org.apache.tools.ant.types.Commandline)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>configureCommandline</h4>
<pre>protected void configureCommandline(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</pre>
<div class="block">Configure a commandline element for things like cvsRoot, quiet, etc.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - the command line which will be configured
if the commandline is initially null, the function is a noop
otherwise the function append to the commandline arguments concerning
<ul>
<li>
cvs package
</li>
<li>
compression
</li>
<li>
quiet or reallyquiet
</li>
<li>cvsroot</li>
<li>noexec</li>
</ul></dd></dl>
</li>
</ul>
<a name="removeCommandline(org.apache.tools.ant.types.Commandline)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeCommandline</h4>
<pre>protected void removeCommandline(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</pre>
<div class="block">remove a particular command from a vector of command lines</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - command line which should be removed</dd></dl>
</li>
</ul>
<a name="addConfiguredCommandline(org.apache.tools.ant.types.Commandline)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addConfiguredCommandline</h4>
<pre>public void addConfiguredCommandline(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c)</pre>
<div class="block">Adds direct command-line to execute.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - command line to execute</dd></dl>
</li>
</ul>
<a name="addConfiguredCommandline(org.apache.tools.ant.types.Commandline, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addConfiguredCommandline</h4>
<pre>public void addConfiguredCommandline(<a href="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</a> c,
boolean insertAtStart)</pre>
<div class="block">Configures and adds the given Commandline.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - commandline to insert</dd><dd><code>insertAtStart</code> - If true, c is
inserted at the beginning of the vector of command lines</dd></dl>
</li>
</ul>
<a name="setCompressionLevel(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCompressionLevel</h4>
<pre>public void setCompressionLevel(int level)</pre>
<div class="block">If set to a value 1-9 it adds -zN to the cvs command line, else
it disables compression.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - compression level 1 to 9</dd></dl>
</li>
</ul>
<a name="setCompression(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCompression</h4>
<pre>public void setCompression(boolean usecomp)</pre>
<div class="block">If true, this is the same as compressionlevel="3".</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>usecomp</code> - If true, turns on compression using default
level, AbstractCvsTask.DEFAULT_COMPRESSION_LEVEL.</dd></dl>
</li>
</ul>
<a name="addModule(org.apache.tools.ant.taskdefs.AbstractCvsTask.Module)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addModule</h4>
<pre>public void addModule(<a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html" title="class in org.apache.tools.ant.taskdefs">AbstractCvsTask.Module</a> m)</pre>
<div class="block">add a named module/package.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>Ant 1.8.0</dd></dl>
</li>
</ul>
<a name="getModules()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getModules</h4>
<pre>protected java.util.List getModules()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/tools/ant/taskdefs/AbstractCvsTask.Module.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/tools/ant/taskdefs/AbstractCvsTask.html" target="_top">Frames</a></li>
<li><a href="AbstractCvsTask.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>