Class SvnAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
org.apache.maven.scm.provider.svn.svnexe.command.add.SvnAddCommand
- All Implemented Interfaces:
Command
,SvnCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.codehaus.plexus.util.cli.Commandline
createCommandLine
(File workingDirectory, List<File> files) protected ScmResult
executeAddCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
SvnAddCommand
public SvnAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommandLine
private static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException - Throws:
ScmException
-