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) |
executeCommandexecute, getLogger, setLoggerprotected ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean binary) throws ScmException
executeAddCommand in class AbstractAddCommandScmExceptionprivate static org.codehaus.plexus.util.cli.Commandline createCommandLine(java.io.File workingDirectory,
java.util.List<java.io.File> files)
throws ScmException
ScmException