Class SvnChangeLogCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
- 
- org.apache.maven.scm.provider.svn.svnexe.command.changelog.SvnChangeLogCommand
 
 
 
- 
- All Implemented Interfaces:
- ChangeLogCommand,- Command,- SvnCommand
 
 public class SvnChangeLogCommand extends AbstractChangeLogCommand implements SvnCommand - Author:
- Emmanuel Venisse, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnChangeLogCommand(boolean interactive)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion)org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit)protected ChangeLogScmResultexecuteChangeLogCommand(ChangeLogScmRequest request)protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)Deprecated.protected ChangeLogScmResultexecuteChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)Deprecated.ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)- 
Methods inherited from class org.apache.maven.scm.command.changelog.AbstractChangeLogCommandexecuteChangeLogCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnChangeLogCommandpublic SvnChangeLogCommand(boolean interactive) 
 
- 
 - 
Method Detail- 
executeCommandpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException Description copied from class:AbstractChangeLogCommand- Specified by:
- executeCommandin interface- ChangeLogCommand
- Overrides:
- executeCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommand@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException Deprecated.- Overrides:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommand@Deprecated protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException Deprecated.- Specified by:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
executeChangeLogCommandprotected ChangeLogScmResult executeChangeLogCommand(ChangeLogScmRequest request) throws ScmException - Overrides:
- executeChangeLogCommandin class- AbstractChangeLogCommand
- Throws:
- ScmException
 
 - 
createCommandLinepublic org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) 
 - 
createCommandLinepublic org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) 
 
- 
 
-