Class AbstractCvsExportCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.export.AbstractExportCommand
-
- org.apache.maven.scm.provider.cvslib.command.export.AbstractCvsExportCommand
-
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
CvsExeExportCommand
public abstract class AbstractCvsExportCommand extends AbstractExportCommand
- Author:
- Emmanuel Venisse
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsExportCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ExportScmResult
executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)
protected ExportScmResult
executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
-
Methods inherited from class org.apache.maven.scm.command.export.AbstractExportCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeExportCommand
protected ExportScmResult executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory) throws ScmException
- Specified by:
executeExportCommand
in classAbstractExportCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract ExportScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-