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

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

public abstract class AbstractCheckInCommand
extends AbstractCommand

Version:
$Id: AbstractCheckInCommand.java 1054455 2011-01-02 18:40:29Z olamy $
Author:
Emmanuel Venisse, Trygve Laugstøl, Olivier Lamy

Field Summary
static 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, String message, ScmVersion scmVersion)
           
 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 String NAME
See Also:
Constant Field Values
Constructor Detail

AbstractCheckInCommand

public AbstractCheckInCommand()
Method Detail

executeCheckInCommand

protected abstract CheckInScmResult executeCheckInCommand(ScmProviderRepository repository,
                                                          ScmFileSet fileSet,
                                                          String message,
                                                          ScmVersion scmVersion)
                                                   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-2012 The Apache Software Foundation. All Rights Reserved.