public class SvnMkdirCommand extends AbstractMkdirCommand implements SvnCommand
Constructor and Description |
---|
SvnMkdirCommand() |
Modifier and Type | Method and Description |
---|---|
protected static 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, getLogger, setLogger
public SvnMkdirCommand()
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
executeMkdirCommand
in class AbstractMkdirCommand
createInLocal
- TODOScmException
protected static Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.