org.apache.maven.scm.command.mkdir
Class AbstractMkdirCommand

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

public abstract class AbstractMkdirCommand
extends AbstractCommand

Version:
$Id$
Author:
Maria Odea Ching

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractMkdirCommand()
           
 
Method Summary
protected  ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
protected abstract  MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
          Creates directories in the remote repository.
 
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

AbstractMkdirCommand

public AbstractMkdirCommand()
Method Detail

executeMkdirCommand

protected abstract MkdirScmResult executeMkdirCommand(ScmProviderRepository repository,
                                                      ScmFileSet fileSet,
                                                      String message,
                                                      boolean createInLocal)
                                               throws ScmException
Creates directories in the remote repository.

Parameters:
repository -
fileSet -
createInLocal - TODO
scmVersion -
Returns:
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.