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, setLoggerpublic AbstractEditCommand()
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionprotected abstract ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.