org.apache.tools.ant.taskdefs.cvslib
public class CvsVersion extends AbstractCvsTask
Since: ant 1.6.1
UNKNOWN: category="scm"
Method Summary | |
---|---|
void | execute()
the execute method running CvsVersion |
String | getClientVersion()
Get the CVS client version |
String | getServerVersion()
Get the CVS server version |
void | setClientVersionProperty(String clientVersionProperty)
Set a property where to store the CVS client version |
void | setServerVersionProperty(String serverVersionProperty)
Set a property where to store the CVS server version |
boolean | supportsCvsLogWithSOption()
Find out if the server version supports log with S option |
Returns: CVS client version
Returns: CVS server version
Parameters: clientVersionProperty property for CVS client version
Parameters: serverVersionProperty property for CVS server version
Returns: boolean indicating if the server version supports log with S option