org.apache.maven.scm.command.listfiles
Class AbstractListFilesCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.listfiles.AbstractListFilesCommand
All Implemented Interfaces:
Command

public abstract class AbstractListFilesCommand
extends AbstractCommand

Version:
$Id: AbstractListFilesCommand.java 162232 2004-12-24 03:04:48Z brett $
Author:
Emmanuel Venisse, Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractListFilesCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmRepository repository, java.io.File workingDirectory, CommandParameters parameters)
           
protected abstract  ScmResult executeListFilesCommand(ScmRepository repository, java.io.File workingDirectory, boolean recursive)
           
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, executeCommand, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListFilesCommand

public AbstractListFilesCommand()
Method Detail

executeListFilesCommand

protected abstract ScmResult executeListFilesCommand(ScmRepository repository,
                                                     java.io.File workingDirectory,
                                                     boolean recursive)
                                              throws ScmException
Throws:
ScmException

executeCommand

public ScmResult executeCommand(ScmRepository repository,
                                java.io.File workingDirectory,
                                CommandParameters parameters)
                         throws ScmException
Throws:
ScmException