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
-
-
Constructor Summary
Constructors Constructor Description SvnMkdirCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeMkdirCommand
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
Creates directories in the remote repository.- Specified by:
executeMkdirCommand
in classAbstractMkdirCommand
createInLocal
- TODO- Returns:
- Throws:
ScmException
-
createCommandLine
protected static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)
-
-