org.apache.maven.scm.provider.cvslib.command.add
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 addedFiles) |
executeCommand
execute, getLogger, setLogger
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand
in class AbstractAddCommand
ScmException
protected abstract AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.List addedFiles) throws ScmException
ScmException
Copyright © 2003-2014. All Rights Reserved.