public abstract class AbstractUntagCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractUntagCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
executeUntagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters)
execute untag command
|
execute, getLogger, setLoggerprotected abstract ScmResult executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) throws ScmException
repository - scm repofileSet - set of files (unused)scmUntagParameters - parameters used by untag implementationsScmException - in case of errorpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2021 The Apache Software Foundation. All rights reserved.