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
- Author:
 - Maria Odea Ching
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger - 
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 
- 
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- TODOfileSet- TODOmessage- TODOcreateInLocal- TODO- Returns:
 - TODO
 - Throws:
 ScmException- if any
 - 
executeCommand
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
 executeCommandin classAbstractCommand- Throws:
 ScmException
 
 -