Class CvsExeChangeLogCommand
- 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
-
- org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog.CvsExeChangeLogCommand
-
- All Implemented Interfaces:
ChangeLogCommand,Command,CvsCommand
public class CvsExeChangeLogCommand extends AbstractCvsChangeLogCommand
- Author:
- Emmanuel Venisse
-
-
Constructor Summary
Constructors Constructor Description CvsExeChangeLogCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangeLogScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)-
Methods inherited from class org.apache.maven.scm.provider.cvslib.command.changelog.AbstractCvsChangeLogCommand
addDateRangeParameter, executeChangeLogCommand, executeChangeLogCommand, getDateFormat
-
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
-
executeCvsCommand
protected 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
- Specified by:
executeCvsCommandin classAbstractCvsChangeLogCommand- Throws:
ScmException
-
-