com.lowagie.tools
public class CvsLogParser extends Object implements Enumeration
| Field Summary | |
|---|---|
| protected boolean | changes indicates if the current token contains changes. |
| protected boolean | more indicates if the tokenizer has more tokens. |
| protected StreamTokenizer | st the tokenizer object. |
| Constructor Summary | |
|---|---|
| CvsLogParser(String file) | |
| Method Summary | |
|---|---|
| boolean | hasChanged()
Indicates if the current token is one that contains changes. |
| boolean | hasMoreElements() |
| static void | main(String[] args)
Parses a log form CVS. |
| Object | nextElement()
Returns the next token in the log file. |
Parameters: file
Throws: FileNotFoundException
Returns: true if the token is relevant
See Also: java.util.Enumeration#hasMoreElements()
Parameters: args the path to the logfile
See Also: java.util.Enumeration#nextElement()