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
-
-
Field Summary
Fields Modifier and Type Field Description private booleaninteractive-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnInfoCommand(boolean interactive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)InfoScmResultexecuteInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, java.lang.String revision)-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Method Detail
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommandin 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 org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)
-
-