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:
- LocalMkdirCommand,- SvnMkdirCommand
 
 public abstract class AbstractMkdirCommand extends AbstractCommand - Author:
- Maria Odea Ching
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractMkdirCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected 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.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractMkdirCommandpublic AbstractMkdirCommand() 
 
- 
 - 
Method Detail- 
executeMkdirCommandprotected abstract MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) throws ScmException Creates directories in the remote repository.- Parameters:
- repository- TODO
- fileSet- TODO
- message- TODO
- createInLocal- TODO
- Returns:
- TODO
- Throws:
- ScmException- if any
 
 - 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-