org.apache.maven.scm.command.add
Class AbstractAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- AbstractCvsAddCommand, BazaarAddCommand, ClearCaseAddCommand, HgAddCommand, LocalAddCommand, PerforceAddCommand, StarteamAddCommand, SvnAddCommand, SynergyAddCommand, VssAddCommand
public abstract class AbstractAddCommand
- extends AbstractCommand
- Version:
- $Id: AbstractAddCommand.java 483105 2006-12-06 15:07:54Z evenisse $
- Author:
- 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 |
AbstractAddCommand
public AbstractAddCommand()
executeAddCommand
protected abstract ScmResult executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean binary)
throws ScmException
- Throws:
ScmException
executeCommand
protected 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.