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
-
-
Constructor Summary
Constructors Constructor Description VssAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinebuildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)org.codehaus.plexus.util.cli.CommandlinebuildSetCurrentProjectCmdLine(VssScmProviderRepository repo)protected ScmResultexecuteAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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, java.lang.String message, boolean binary) throws ScmException
- Specified by:
executeAddCommandin 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
-
-