public abstract class AbstractCvsChangeLogCommand extends AbstractChangeLogCommand implements CvsCommand
| Constructor and Description | 
|---|
AbstractCvsChangeLogCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addDateRangeParameter(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(Commandline cl,
                                  Date startDate,
                                  Date endDate,
                                  ScmVersion startVersion,
                                  ScmVersion endVersion,
                                  String datePattern)  | 
protected String | 
getDateFormat()  | 
executeChangeLogCommand, executeChangeLogCommand, executeCommandexecute, getLogger, setLoggerpublic AbstractCvsChangeLogCommand()
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected abstract ChangeLogScmResult executeCvsCommand(Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
ScmExceptionprotected String getDateFormat()
protected void addDateRangeParameter(Commandline cl, String dateRange)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.