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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.Commandline
buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet) org.codehaus.plexus.util.cli.Commandline
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
-
VssAddCommand
public VssAddCommand()
-
-
Method Details
-
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
-