org.apache.maven.scm.provider.cvslib.command.remove
Class AbstractCvsRemoveCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.remove.AbstractRemoveCommand
org.apache.maven.scm.provider.cvslib.command.remove.AbstractCvsRemoveCommand
- All Implemented Interfaces:
- org.apache.maven.scm.command.Command, CvsCommand
- public abstract class AbstractCvsRemoveCommand
- extends org.apache.maven.scm.command.remove.AbstractRemoveCommand
- implements CvsCommand
- Version:
- $Id: AbstractCvsRemoveCommand.java 382835 2006-03-03 14:28:45Z evenisse $
- Author:
- Brett Porter
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Method Summary |
protected abstract org.apache.maven.scm.command.remove.RemoveScmResult |
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
java.util.List removedFiles)
|
protected org.apache.maven.scm.ScmResult |
executeRemoveCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
org.apache.maven.scm.ScmFileSet fileSet,
java.lang.String message)
|
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand |
executeCommand |
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 |
Methods inherited from interface org.apache.maven.scm.command.Command |
execute, getLogger, setLogger |
AbstractCvsRemoveCommand
public AbstractCvsRemoveCommand()
executeRemoveCommand
protected org.apache.maven.scm.ScmResult executeRemoveCommand(org.apache.maven.scm.provider.ScmProviderRepository repo,
org.apache.maven.scm.ScmFileSet fileSet,
java.lang.String message)
throws org.apache.maven.scm.ScmException
- Throws:
org.apache.maven.scm.ScmException
executeCvsCommand
protected abstract org.apache.maven.scm.command.remove.RemoveScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl,
java.util.List removedFiles)
throws org.apache.maven.scm.ScmException
- Throws:
org.apache.maven.scm.ScmException
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.