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
-
-
Constructor Summary
Constructors Constructor Description SvnInfoCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)
protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
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
-
-
-
-
Method Detail
-
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, java.lang.String revision) throws ScmException
- Throws:
ScmException
-
createCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)
-
-