Class SvnMkdirCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
- 
- org.apache.maven.scm.provider.svn.svnexe.command.mkdir.SvnMkdirCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- SvnCommand
 
 public class SvnMkdirCommand extends AbstractMkdirCommand implements SvnCommand - Author:
- Maria Odea Ching
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnMkdirCommand(boolean interactive)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)protected MkdirScmResultexecuteMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Creates directories in the remote repository.- 
Methods inherited from class org.apache.maven.scm.command.mkdir.AbstractMkdirCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnMkdirCommandpublic SvnMkdirCommand(boolean interactive) 
 
- 
 - 
Method Detail- 
executeMkdirCommandprotected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException Creates directories in the remote repository.- Specified by:
- executeMkdirCommandin class- AbstractMkdirCommand
- Parameters:
- repository- TODO
- fileSet- TODO
- message- TODO
- createInLocal- TODO
- Returns:
- TODO
- Throws:
- ScmException- if any
 
 - 
createCommandLineprotected org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal) 
 
- 
 
-