public abstract class AbstractMkdirCommand extends AbstractCommand
| Constructor and Description | 
|---|
AbstractMkdirCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
execute, getLogger, setLoggerpublic AbstractMkdirCommand()
protected abstract MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
repository - fileSet - createInLocal - TODOscmVersion - ScmExceptionprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.