public abstract class AbstractCvsChangeLogCommand extends AbstractChangeLogCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsChangeLogCommand() |
Modifier and Type | Method and Description |
---|---|
protected void |
addDateRangeParameter(org.codehaus.plexus.util.cli.Commandline cl,
String dateRange) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
protected abstract ChangeLogScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
protected String |
getDateFormat() |
executeChangeLogCommand, executeChangeLogCommand, executeCommand
execute, getLogger, setLogger
public AbstractCvsChangeLogCommand()
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
executeChangeLogCommand
in class AbstractChangeLogCommand
ScmException
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
executeChangeLogCommand
in class AbstractChangeLogCommand
ScmException
protected abstract ChangeLogScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
ScmException
protected String getDateFormat()
protected void addDateRangeParameter(org.codehaus.plexus.util.cli.Commandline cl, String dateRange)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.