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