org.apache.maven.scm.provider.cvslib.command.mkdir
Class AbstractCvsMkdirCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
          extended by org.apache.maven.scm.provider.cvslib.command.mkdir.AbstractCvsMkdirCommand
All Implemented Interfaces:
Command

public abstract class AbstractCvsMkdirCommand
extends AbstractMkdirCommand

Version:
$Id$
Author:
Maria Odea Ching

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractCvsMkdirCommand()
           
 
Method Summary
protected  MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
          
protected abstract  Command getAddCommand()
           
 
Methods inherited from class org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
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
 

Constructor Detail

AbstractCvsMkdirCommand

public AbstractCvsMkdirCommand()
Method Detail

executeMkdirCommand

protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository,
                                             ScmFileSet fileSet,
                                             String message,
                                             boolean createInLocal)
                                      throws ScmException

Specified by:
executeMkdirCommand in class AbstractMkdirCommand
Throws:
ScmException

getAddCommand

protected abstract Command getAddCommand()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.