org.apache.maven.scm.command.unlock

Class AbstractUnlockCommand

public abstract class AbstractUnlockCommand extends AbstractCommand

Version: $Id: AbstractUnlockCommand.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 ScmResultexecuteUnlockCommand(ScmRepository repository, File workingDirectory)

Method Detail

executeCommand

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

executeUnlockCommand

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