org.apache.maven.scm.command.checkin
Class AbstractCheckInCommand

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

public abstract class AbstractCheckInCommand
extends AbstractCommand

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

Field Summary
static java.lang.String NAME
           
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractCheckInCommand()
           
 
Method Summary
protected abstract  CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, java.lang.String tag)
           
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

AbstractCheckInCommand

public AbstractCheckInCommand()
Method Detail

executeCheckInCommand

protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository,
                                                          ScmFileSet fileSet,
                                                          java.lang.String message,
                                                          java.lang.String tag)
                                                   throws ScmException
Throws:
ScmException

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository,
                                ScmFileSet fileSet,
                                CommandParameters parameters)
                         throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException


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