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
- Author:
- Kenney Westerhof
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.codehaus.plexus.util.cli.Commandline
createCommandLine
(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, String revision) protected ScmResult
executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) executeInfoCommand
(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, String revision) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
SvnInfoCommand
public SvnInfoCommand()
-
-
Method Details
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
executeInfoCommand
public InfoScmResult executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, String revision) throws ScmException - Throws:
ScmException
-
createCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, String revision)
-