public class SvnMkdirCommand extends AbstractMkdirCommand implements SvnCommand
logger
Constructor and Description |
---|
SvnMkdirCommand() |
Modifier and Type | Method and Description |
---|---|
protected static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
File messageFile,
boolean createInLocal) |
protected MkdirScmResult |
executeMkdirCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String message,
boolean createInLocal)
Creates directories in the remote repository.
|
executeCommand
execute
public SvnMkdirCommand()
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
executeMkdirCommand
in class AbstractMkdirCommand
repository
- TODOfileSet
- TODOmessage
- TODOcreateInLocal
- TODOScmException
- if anyprotected static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.