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
public abstract class AbstractMkdirCommand extends AbstractCommand
- Author:
- Maria Odea Ching
-
-
Constructor Summary
Constructors Constructor Description AbstractMkdirCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract MkdirScmResult
executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Creates directories in the remote repository.-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeMkdirCommand
protected abstract MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
-