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
public abstract class AbstractAddCommand
- extends AbstractCommand
- 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-2012 The Apache Software Foundation. All Rights Reserved.