org.apache.maven.scm.provider.perforce.command.changelog
Class PerforceChangeLogCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
org.apache.maven.scm.provider.perforce.command.changelog.PerforceChangeLogCommand
- All Implemented Interfaces:
- ChangeLogCommand, Command, PerforceCommand
public class PerforceChangeLogCommand
- extends AbstractChangeLogCommand
- implements PerforceCommand
- Version:
- $Id: PerforceChangeLogCommand.java 532125 2007-04-24 22:46:55Z mperham $
- Author:
- Emmanuel Venisse
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerforceChangeLogCommand
public PerforceChangeLogCommand()
executeChangeLogCommand
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
throws ScmException
- Specified by:
executeChangeLogCommand
in class AbstractChangeLogCommand
- Throws:
ScmException
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo,
File workingDirectory,
String clientspec)
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.