public class SvnMkdirCommand extends AbstractMkdirCommand implements SvnCommand
| 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.
|
executeCommandexecute, getLogger, setLoggerpublic SvnMkdirCommand()
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
executeMkdirCommand in class AbstractMkdirCommandrepository - TODOfileSet - TODOmessage - TODOcreateInLocal - TODOScmException - if anyprotected static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.