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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
LocalMkdirCommand
public LocalMkdirCommand()
-
-
Method Details
-
executeMkdirCommand
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException Description copied from class:AbstractMkdirCommand
Creates directories in the remote repository.- Specified by:
executeMkdirCommand
in classAbstractMkdirCommand
- Parameters:
repository
-fileSet
-createInLocal
- TODO- Returns:
- Throws:
ScmException
-