Class LocalMkdirCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
-
- org.apache.maven.scm.provider.local.command.mkdir.LocalMkdirCommand
-
- All Implemented Interfaces:
Command
public class LocalMkdirCommand extends AbstractMkdirCommand
- Author:
- Maria Odea Ching
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description LocalMkdirCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.AbstractMkdirCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
-
-
-
Constructor Detail
-
LocalMkdirCommand
public LocalMkdirCommand()
-
-
Method Detail
-
executeMkdirCommand
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException
Description copied from class:AbstractMkdirCommandCreates directories in the remote repository.- Specified by:
executeMkdirCommandin classAbstractMkdirCommand- Parameters:
repository- TODOfileSet- TODOmessage- TODOcreateInLocal- TODO- Returns:
- TODO
- Throws:
ScmException- if any
-
-