Class AbstractExportCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.export.AbstractExportCommand
 
 
- 
- All Implemented Interfaces:
- Command
 - Direct Known Subclasses:
- SvnExeExportCommand
 
 public abstract class AbstractExportCommand extends AbstractCommand - Author:
- Emmanuel Venisse
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractExportCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ExportScmResultexecuteExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)- 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractExportCommandpublic AbstractExportCommand() 
 
- 
 - 
Method Detail- 
executeExportCommandprotected abstract ExportScmResult executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory) throws ScmException - Throws:
- ScmException
 
 - 
executeCommandprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
- executeCommandin class- AbstractCommand
- Throws:
- ScmException
 
 
- 
 
-