Class VssAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.add.AbstractAddCommand
-
- org.apache.maven.scm.provider.vss.commands.add.VssAddCommand
-
- All Implemented Interfaces:
Command
public class VssAddCommand extends AbstractAddCommand
- Author:
- Brett Porter
-
-
Constructor Summary
Constructors Constructor Description VssAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
org.codehaus.plexus.util.cli.Commandline
buildSetCurrentProjectCmdLine(VssScmProviderRepository repo)
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
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet) throws ScmException
- Throws:
ScmException
-
buildSetCurrentProjectCmdLine
public org.codehaus.plexus.util.cli.Commandline buildSetCurrentProjectCmdLine(VssScmProviderRepository repo) throws ScmException
- Throws:
ScmException
-
-