Package org.apache.maven.scm.util
Class AbstractConsumer
java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
- Direct Known Subclasses:
AbstractFileCheckingConsumer,AbstractFileCheckingConsumer,GitBlameConsumer,GitChangeLogConsumer,GitCurrentBranchConsumer,GitDiffConsumer,GitDiffRawConsumer,GitInfoConsumer,GitLatestRevisionCommandConsumer,GitRemoteInfoConsumer,GitRemoveConsumer,GitStatusConsumer,HgConsumer,SvnAddConsumer,SvnBlameConsumer,SvnChangeLogConsumer,SvnDiffConsumer,SvnInfoConsumer,SvnListConsumer,SvnMkdirConsumer,SvnRemoveConsumer,SvnStatusConsumer
public abstract class AbstractConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer
- Author:
- Emmanuel Venisse
-
Field Details
-
logger
-
-
Constructor Details
-
AbstractConsumer
public AbstractConsumer()
-
-
Method Details
-
parseDate
Converts the date timestamp from the output into a date object.- Parameters:
date- TODOuserPattern- TODOdefaultPattern- TODO- Returns:
- A date representing the timestamp of the log entry.
-
parseDate
Converts the date timestamp from the output into a date object.- Parameters:
date- TODOuserPattern- TODOdefaultPattern- TODOlocale- TODO- Returns:
- A date representing the timestamp of the log entry.
-