Class BazaarUpdateCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.update.AbstractUpdateCommand
-
- org.apache.maven.scm.provider.bazaar.command.update.BazaarUpdateCommand
-
- All Implemented Interfaces:
Command
public class BazaarUpdateCommand extends AbstractUpdateCommand implements Command
- Author:
- Torbj�rn Eikli Sm�rgrav
-
-
Constructor Summary
Constructors Constructor Description BazaarUpdateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)protected ChangeLogCommandgetChangeLogCommand()-
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Specified by:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-
-