public abstract class AbstractExportCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractExportCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
protected abstract ExportScmResult |
executeExportCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory) |
execute, getLogger, setLoggerpublic AbstractExportCommand()
protected abstract ExportScmResult executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory) throws ScmException
ScmExceptionprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.