Search in sources :

Example 1 with PerforceDiffCommand

use of org.apache.maven.scm.provider.perforce.command.diff.PerforceDiffCommand in project maven-scm by apache.

the class PerforceScmProvider method diff.

protected DiffScmResult diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters params) throws ScmException {
    PerforceDiffCommand command = new PerforceDiffCommand();
    command.setLogger(getLogger());
    return (DiffScmResult) command.execute(repository, fileSet, params);
}
Also used : PerforceDiffCommand(org.apache.maven.scm.provider.perforce.command.diff.PerforceDiffCommand) DiffScmResult(org.apache.maven.scm.command.diff.DiffScmResult)

Aggregations

DiffScmResult (org.apache.maven.scm.command.diff.DiffScmResult)1 PerforceDiffCommand (org.apache.maven.scm.provider.perforce.command.diff.PerforceDiffCommand)1