org.apache.maven.scm.provider.vss.commands.tag
Class VssTagCommand

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.vss.commands.tag.VssTagCommand
All Implemented Interfaces:
Command

public class VssTagCommand
extends AbstractTagCommand

Since:
1.3
Author:
Mateus Pimenta

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
VssTagCommand()
           
 
Method Summary
 Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, String tagName, String message)
           
protected  ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
           
protected  ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, 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

VssTagCommand

public VssTagCommand()
Method Detail

executeTagCommand

protected ScmResult executeTagCommand(ScmProviderRepository repository,
                                      ScmFileSet fileSet,
                                      String tagName,
                                      ScmTagParameters scmTagParameters)
                               throws ScmException
Specified by:
executeTagCommand in class AbstractTagCommand
Throws:
ScmException

executeTagCommand

protected ScmResult executeTagCommand(ScmProviderRepository repository,
                                      ScmFileSet fileSet,
                                      String tagName,
                                      String message)
                               throws ScmException
Overrides:
executeTagCommand in class AbstractTagCommand
Throws:
ScmException
See Also:
AbstractTagCommand.executeTagCommand(org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet, java.lang.String, java.lang.String)

buildCmdLine

public Commandline buildCmdLine(VssScmProviderRepository repo,
                                ScmFileSet fileSet,
                                String tagName,
                                String message)
                         throws ScmException
Throws:
ScmException


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