public abstract class AbstractTagCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
String message)
Deprecated.
|
execute, getLogger, setLoggerprotected ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) throws ScmException
executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters)repository - fileSet - tagName - message - ScmExceptionprotected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.