org.apache.maven.scm.provider.svn.svnexe.command.info
Class SvnInfoCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.provider.svn.svnexe.command.info.SvnInfoCommand
- All Implemented Interfaces:
- Command, SvnCommand
public class SvnInfoCommand
- extends AbstractCommand
- implements SvnCommand
- Author:
- Kenney Westerhof
$Id: SvnInfoCommand.java 483105 2006-12-06 15:07:54Z evenisse $
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 |
SvnInfoCommand
public SvnInfoCommand()
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Specified by:
executeCommand
in class AbstractCommand
- Throws:
ScmException
executeInfoCommand
public SvnInfoScmResult executeInfoCommand(SvnScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters,
boolean recursive,
String revision)
throws ScmException
- Throws:
ScmException
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.