public class SvnAddCommand extends AbstractAddCommand implements SvnCommand
Constructor and Description |
---|
SvnAddCommand() |
Modifier and Type | Method and Description |
---|---|
private static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files) |
protected ScmResult |
executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message,
boolean binary) |
executeCommand
execute, getLogger, setLogger
protected ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand
in class AbstractAddCommand
ScmException
private static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory, java.util.List<java.io.File> files) throws ScmException
ScmException