Class AbstractMkdirCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
AbstractCvsMkdirCommand,LocalMkdirCommand,SvnMkdirCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract MkdirScmResultexecuteMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Creates directories in the remote repository.Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractMkdirCommand
public AbstractMkdirCommand()
-
-
Method Details
-
executeMkdirCommand
protected abstract MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException Creates directories in the remote repository.- Parameters:
repository-fileSet-createInLocal- TODOscmVersion-- Returns:
- Throws:
ScmException
-
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommandin classAbstractCommand- Throws:
ScmException
-