Class AbstractCvsMkdirCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.mkdir.AbstractMkdirCommand
-
- org.apache.maven.scm.provider.cvslib.command.mkdir.AbstractCvsMkdirCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
CvsExeMkdirCommand
public abstract class AbstractCvsMkdirCommand extends AbstractMkdirCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsMkdirCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected MkdirScmResult
executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Creates directories in the remote repository.protected abstract Command
getAddCommand()
-
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
-
-
-
-
Method Detail
-
executeMkdirCommand
protected MkdirScmResult executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal) throws ScmException
Creates directories in the remote repository.- Specified by:
executeMkdirCommand
in classAbstractMkdirCommand
createInLocal
- TODO- Returns:
- Throws:
ScmException
-
getAddCommand
protected abstract Command getAddCommand()
-
-