org.apache.maven.scm.command.checkin
Class AbstractCheckInCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- AbstractCvsCheckInCommand, BazaarCheckInCommand, ClearCaseCheckInCommand, HgCheckInCommand, LocalCheckInCommand, PerforceCheckInCommand, StarteamCheckInCommand, SvnCheckInCommand, SynergyCheckInCommand
public abstract class AbstractCheckInCommand
- extends AbstractCommand
- Version:
- $Id: AbstractCheckInCommand.java 524909 2007-04-02 20:02:44Z evenisse $
- Author:
- Emmanuel Venisse, Trygve Laugstøl
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
AbstractCheckInCommand
public AbstractCheckInCommand()
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-2008 Apache Software Foundation. All Rights Reserved.