org.apache.maven.scm.command.status
Class AbstractStatusCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.status.AbstractStatusCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractCvsStatusCommand, BazaarStatusCommand, ClearCaseStatusCommand, HgStatusCommand, PerforceStatusCommand, StarteamStatusCommand, SvnStatusCommand, SynergyStatusCommand, VssStatusCommand

public abstract class AbstractStatusCommand
extends AbstractCommand

Version:
$Id: AbstractStatusCommand.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Brett Porter

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractStatusCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  StatusScmResult executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
           
 
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

AbstractStatusCommand

public AbstractStatusCommand()
Method Detail

executeStatusCommand

protected abstract StatusScmResult executeStatusCommand(ScmProviderRepository repository,
                                                        ScmFileSet fileSet)
                                                 throws ScmException
Throws:
ScmException

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository,
                                ScmFileSet fileSet,
                                CommandParameters parameters)
                         throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.