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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ChangeLogScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, 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
-
Constructor Details
-
CvsExeChangeLogCommand
public CvsExeChangeLogCommand()
-
-
Method Details
-
executeCvsCommand
protected ChangeLogScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsChangeLogCommand
- Throws:
ScmException
-