org.apache.maven.scm.provider.cvslib.cvsjava.command.blame
Class CvsJavaBlameCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.blame.AbstractBlameCommand
          extended by org.apache.maven.scm.provider.cvslib.command.blame.AbstractCvsBlameCommand
              extended by org.apache.maven.scm.provider.cvslib.cvsjava.command.blame.CvsJavaBlameCommand
All Implemented Interfaces:
Command, CvsCommand

public class CvsJavaBlameCommand
extends AbstractCvsBlameCommand

Since:
1.4
Author:
Evgeny Mandrikov

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
CvsJavaBlameCommand()
           
 
Method Summary
protected  BlameScmResult executeCvsCommand(Commandline cl, CvsScmProviderRepository repository)
          
 
Methods inherited from class org.apache.maven.scm.provider.cvslib.command.blame.AbstractCvsBlameCommand
executeBlameCommand
 
Methods inherited from class org.apache.maven.scm.command.blame.AbstractBlameCommand
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
 
Methods inherited from interface org.apache.maven.scm.command.Command
execute, getLogger, setLogger
 

Constructor Detail

CvsJavaBlameCommand

public CvsJavaBlameCommand()
Method Detail

executeCvsCommand

protected BlameScmResult executeCvsCommand(Commandline cl,
                                           CvsScmProviderRepository repository)

Specified by:
executeCvsCommand in class AbstractCvsBlameCommand


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