Class LocalUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
org.apache.maven.scm.provider.local.command.update.LocalUpdateCommand
- All Implemented Interfaces:
Command
,LocalCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UpdateScmResult
executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected ChangeLogCommand
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
-
Constructor Details
-
LocalUpdateCommand
public LocalUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
update
private List<ScmFile> update(File source, File baseDestination, List<File> files) throws ScmException, IOException - Throws:
ScmException
IOException
-
getChangeLogCommand
- Specified by:
getChangeLogCommand
in classAbstractUpdateCommand
-