Class CvsExeBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
org.apache.maven.scm.provider.cvslib.command.blame.AbstractCvsBlameCommand
org.apache.maven.scm.provider.cvslib.cvsexe.command.blame.CvsExeBlameCommand
- All Implemented Interfaces:
Command
,CvsCommand
- Since:
- 1.4
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BlameScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.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
-
Constructor Details
-
CvsExeBlameCommand
public CvsExeBlameCommand()
-
-
Method Details
-
executeCvsCommand
protected BlameScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository) throws ScmException - Specified by:
executeCvsCommand
in classAbstractCvsBlameCommand
- Throws:
ScmException
-