public class LocalUpdateCommand extends AbstractUpdateCommand implements LocalCommand
| Constructor and Description |
|---|
LocalUpdateCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateScmResult |
executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected ChangeLogCommand |
getChangeLogCommand() |
private java.util.List<ScmFile> |
update(java.io.File source,
java.io.File baseDestination,
java.util.List<java.io.File> files) |
executeCommandexecute, getLogger, setLoggerprotected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
executeUpdateCommand in class AbstractUpdateCommandScmExceptionprivate java.util.List<ScmFile> update(java.io.File source, java.io.File baseDestination, java.util.List<java.io.File> files) throws ScmException, java.io.IOException
ScmExceptionjava.io.IOExceptionprotected ChangeLogCommand getChangeLogCommand()
getChangeLogCommand in class AbstractUpdateCommand