org.apache.maven.scm.command.unlock
Class AbstractUnlockCommand

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

public abstract class AbstractUnlockCommand
extends AbstractCommand

Version:
$Id: AbstractUnlockCommand.java 372209 2006-01-25 13:30:01Z evenisse $
Author:
Emmanuel Venisse , Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractUnlockCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmRepository repository, java.io.File workingDirectory, CommandParameters parameters)
           
protected abstract  ScmResult executeUnlockCommand(ScmRepository repository, java.io.File workingDirectory)
           
 
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

AbstractUnlockCommand

public AbstractUnlockCommand()
Method Detail

executeUnlockCommand

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

executeCommand

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


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.