org.apache.maven.scm.command.lock

Class AbstractLockCommand

public abstract class AbstractLockCommand extends AbstractCommand

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

Method Detail

executeCommand

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

executeLockCommand

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