Class TfsAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
org.apache.maven.scm.provider.tfs.command.TfsAddCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResult
executeAddCommand
(ScmProviderRepository r, ScmFileSet f, String m, boolean b) 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
-
TfsAddCommand
public TfsAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository r, ScmFileSet f, String m, boolean b) throws ScmException - Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommand
-