Package net.sourceforge.cruisecontrol.sourcecontrols.accurev

Interface Summary
AccurevInputParser Interface for Accurev stdout parsers.
Runner Executes (or emulates execution) of an external program, and parses the output.
 

Class Summary
AccurevCommand Enumerates the commands used in the plugins.
AccurevCommandline Allows to build and execute a valid accurev command line.
DateTimespec Full date timespec, format is either yyyy/MM/dd HH:mm:ss or yyyy/MM/dd HH:mm:ss.count
KeywordTimespec Implements a keyword timespec.
Timespec Contains the abstract definition of the time-spec parameter fragment

According to the 'accurev help' reference, time-spec can be:

time in YYYY/MM/DD HH:MM:SS format time keyword: now transaction number transaction keyword: highest

See the corresponding specific subclasses for them:

TransactionNumberTimespec Implements a "numeric" time-spec (n or n.m) format.