public abstract class AbstractMkdirCommand extends AbstractCommand
logger
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
public 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 AbstractCommand
ScmException
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.