Class TfsEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.edit.AbstractEditCommand
-
- org.apache.maven.scm.provider.tfs.command.TfsEditCommand
-
- All Implemented Interfaces:
Command
public class TfsEditCommand extends AbstractEditCommand
-
-
Constructor Summary
Constructors Constructor Description TfsEditCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f)
protected ScmResult
executeEditCommand(ScmProviderRepository r, ScmFileSet f)
-
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository r, ScmFileSet f) throws ScmException
- Specified by:
executeEditCommand
in classAbstractEditCommand
- Throws:
ScmException
-
createCommand
protected TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f)
-
-