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 - TODOfileSet - TODOmessage - TODOcreateInLocal - TODOScmException - if anyprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.