org.apache.maven.scm.provider.cvslib.command.add
Class AbstractCvsAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
org.apache.maven.scm.provider.cvslib.command.add.AbstractCvsAddCommand
- All Implemented Interfaces:
- Command, CvsCommand
- Direct Known Subclasses:
- CvsExeAddCommand, CvsJavaAddCommand
public abstract class AbstractCvsAddCommand
- extends AbstractAddCommand
- implements CvsCommand
- Version:
- $Id: AbstractCvsAddCommand.java 523077 2007-03-27 21:02:18Z evenisse $
- Author:
- Brett Porter
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 |
AbstractCvsAddCommand
public AbstractCvsAddCommand()
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String message,
boolean binary)
throws ScmException
- Specified by:
executeAddCommand
in class AbstractAddCommand
- Throws:
ScmException
executeCvsCommand
protected abstract AddScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
List addedFiles)
throws ScmException
- Throws:
ScmException
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.