org.apache.maven.scm.provider.svn.svnexe.command.info
Class SvnInfoCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.provider.svn.svnexe.command.info.SvnInfoCommand
All Implemented Interfaces:
Command, SvnCommand

public class SvnInfoCommand
extends AbstractCommand
implements SvnCommand

Version:
$Id: SvnInfoCommand.java 685548 2008-08-13 13:35:49Z vsiveton $
Author:
Kenney Westerhof

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
SvnInfoCommand()
           
 
Method Summary
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 SvnInfoScmResult executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, java.lang.String revision)
           
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

SvnInfoCommand

public SvnInfoCommand()
Method Detail

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,
                                           java.lang.String revision)
                                    throws ScmException
Throws:
ScmException


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.