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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
AbstractCvsExportCommand
public AbstractCvsExportCommand()
-
-
Method Details
-
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
-