org.apache.maven.scm.command.listfiles

Class AbstractListFilesCommand

public abstract class AbstractListFilesCommand extends AbstractCommand

Version: $Id: AbstractListFilesCommand.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl

Method Summary
ScmResultexecuteCommand(ScmRepository repository, File workingDirectory, CommandParameters parameters)
protected abstract ScmResultexecuteListFilesCommand(ScmRepository repository, File workingDirectory, boolean recursive)

Method Detail

executeCommand

public ScmResult executeCommand(ScmRepository repository, File workingDirectory, CommandParameters parameters)

executeListFilesCommand

protected abstract ScmResult executeListFilesCommand(ScmRepository repository, File workingDirectory, boolean recursive)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.