public abstract class AbstractCvsAddCommand extends AbstractAddCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsAddCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary) |
protected abstract AddScmResult |
executeCvsCommand(Commandline cl,
List<ScmFile> addedFiles) |
executeCommand
execute, getLogger, setLogger
public AbstractCvsAddCommand()
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException
executeAddCommand
in class AbstractAddCommand
ScmException
protected abstract AddScmResult executeCvsCommand(Commandline cl, List<ScmFile> addedFiles) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.