Class AbstractCvsChangeLogCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
-
- org.apache.maven.scm.provider.cvslib.command.changelog.AbstractCvsChangeLogCommand
-
- All Implemented Interfaces:
ChangeLogCommand,Command,CvsCommand
- Direct Known Subclasses:
CvsExeChangeLogCommand,CvsJavaChangeLogCommand
public abstract class AbstractCvsChangeLogCommand extends AbstractChangeLogCommand implements CvsCommand
- Author:
- Emmanuel Venisse , Trygve Laugstøl
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsChangeLogCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddDateRangeParameter(org.codehaus.plexus.util.cli.Commandline cl, java.lang.String dateRange)protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)protected abstract ChangeLogScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)protected java.lang.StringgetDateFormat()-
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
executeChangeLogCommand, executeChangeLogCommand, executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) throws ScmException
- Overrides:
executeChangeLogCommandin classAbstractChangeLogCommand- Throws:
ScmException
-
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern) throws ScmException
- Specified by:
executeChangeLogCommandin classAbstractChangeLogCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract ChangeLogScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) throws ScmException
- Throws:
ScmException
-
getDateFormat
protected java.lang.String getDateFormat()
-
addDateRangeParameter
protected void addDateRangeParameter(org.codehaus.plexus.util.cli.Commandline cl, java.lang.String dateRange)
-
-