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,
java.lang.String message,
boolean binary) |
protected abstract AddScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
java.util.List<ScmFile> addedFiles) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand in class AbstractAddCommandScmExceptionprotected abstract AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List<ScmFile> addedFiles) throws ScmException
ScmException