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
public class TfsAddCommand extends AbstractAddCommand
-
-
Constructor Summary
Constructors Constructor Description TfsAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f)
protected ScmResult
executeAddCommand(ScmProviderRepository r, ScmFileSet f, java.lang.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
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String m, boolean b) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommand
public TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f)
-
-