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)  | 
executeCommandexecute, getLogger, setLoggerpublic AbstractCvsAddCommand()
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException
executeAddCommand in class AbstractAddCommandScmExceptionprotected abstract AddScmResult executeCvsCommand(Commandline cl, List<ScmFile> addedFiles) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.