Class SvnUpdateCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.update.AbstractUpdateCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.update.SvnUpdateCommand
-
- All Implemented Interfaces:
Command
,SvnCommand
public class SvnUpdateCommand extends AbstractUpdateCommand implements SvnCommand
- Author:
- Emmanuel Venisse
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description SvnUpdateCommand(boolean interactive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version)
org.codehaus.plexus.util.cli.Commandline
createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, boolean interactive)
protected UpdateScmResult
executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected ChangeLogCommand
getChangeLogCommand()
-
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
SvnUpdateCommand
public SvnUpdateCommand(boolean interactive)
-
-
Method Detail
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version)
-
createCommandLine
public org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, boolean interactive)
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommand
in classAbstractUpdateCommand
-
-