org.apache.maven.scm.command.fileinfo

Class AbstractFileInfoCommand

public abstract class AbstractFileInfoCommand extends AbstractCommand

Version: $Id: AbstractFileInfoCommand.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 ScmResultexecuteFileInfoCommand(ScmRepository repository, File workingDirectory, String filename)

Method Detail

executeCommand

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

executeFileInfoCommand

protected abstract ScmResult executeFileInfoCommand(ScmRepository repository, File workingDirectory, String filename)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.