org.apache.maven.scm.provider.tfs.command
Class TfsTagCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.tag.AbstractTagCommand
          extended by org.apache.maven.scm.provider.tfs.command.TfsTagCommand
All Implemented Interfaces:
Command

public class TfsTagCommand
extends AbstractTagCommand

Author:
Olivier Lamy

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
TfsTagCommand()
           
 
Method Summary
 TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters)
           
protected  ScmResult executeTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters)
           
protected  ScmResult executeTagCommand(ScmProviderRepository r, ScmFileSet f, String tag, String message)
           
 
Methods inherited from class org.apache.maven.scm.command.tag.AbstractTagCommand
executeCommand
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TfsTagCommand

public TfsTagCommand()
Method Detail

executeTagCommand

protected ScmResult executeTagCommand(ScmProviderRepository r,
                                      ScmFileSet f,
                                      String tag,
                                      String message)
                               throws ScmException
Overrides:
executeTagCommand in class AbstractTagCommand
Returns:
Throws:
ScmException

executeTagCommand

protected ScmResult executeTagCommand(ScmProviderRepository r,
                                      ScmFileSet f,
                                      String tag,
                                      ScmTagParameters scmTagParameters)
                               throws ScmException
Specified by:
executeTagCommand in class AbstractTagCommand
Throws:
ScmException

createCommand

public TfsCommand createCommand(ScmProviderRepository r,
                                ScmFileSet f,
                                String tag,
                                ScmTagParameters scmTagParameters)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.