Modifier and Type | Class and Description |
---|---|
pack-priv class | ChangeLogParser
A class used to parse the output of the CVS log command. |
public class | ChangeLogTask
Examines the output of cvs log and group related changes together. |
public class | ChangeLogWriter
Class used to generate an XML changelog. |
public class | CVSEntry
CVS Entry. |
public class | CvsTagDiff
Examines the output of cvs rdiff between two tags. |
public class | CvsTagEntry
Holds the information of a line of rdiff |
public class | CvsUser
Represents a CVS user with a userID and a full name. |
public class | CvsVersion
this task allows to find out the client and the server version of a CVS installation example usage : <cvsversion cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" passfile="c:/programme/cygwin/home/antoine/.cvspass" clientversionproperty="apacheclient" serverversionproperty="apacheserver" /> the task can be used also in the API by calling its execute method, then calling getServerVersion and/or getClientVersion |
pack-priv class | RCSFile
Represents a RCS File change. |
pack-priv class | RedirectingOutputStream
A dummy stream that just passes stuff to the parser. |
pack-priv class | RedirectingStreamHandler
A dummy stream handler that just passes stuff to the parser. |