org.criticalsection.maven.scm.provider.monotone.command.tag
Class MonotoneTagCommand

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

public class MonotoneTagCommand
extends org.apache.maven.scm.command.tag.AbstractTagCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
MonotoneTagCommand()
           
 
Method Summary
protected  org.apache.maven.scm.ScmResult executeTagCommand(org.apache.maven.scm.provider.ScmProviderRepository repository, org.apache.maven.scm.ScmFileSet fileSet, java.lang.String tag, java.lang.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

MonotoneTagCommand

public MonotoneTagCommand()
Method Detail

executeTagCommand

protected org.apache.maven.scm.ScmResult executeTagCommand(org.apache.maven.scm.provider.ScmProviderRepository repository,
                                                           org.apache.maven.scm.ScmFileSet fileSet,
                                                           java.lang.String tag,
                                                           java.lang.String message)
                                                    throws org.apache.maven.scm.ScmException
Specified by:
executeTagCommand in class org.apache.maven.scm.command.tag.AbstractTagCommand
Throws:
org.apache.maven.scm.ScmException


Copyright © 2008 CriticalSection.Org. All Rights Reserved.