public abstract class AbstractEditCommand extends AbstractCommand
Constructor and Description |
---|
AbstractEditCommand() |
Modifier and Type | Method and Description |
---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ScmResult |
executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
execute, getLogger, setLogger
public AbstractEditCommand()
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
protected abstract ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.