public abstract class AbstractFileInfoCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractFileInfoCommand() |
| Modifier and Type | Method and Description |
|---|---|
ScmResult |
executeCommand(ScmProviderRepository repository,
File workingDirectory,
CommandParameters parameters) |
protected abstract ScmResult |
executeFileInfoCommand(ScmProviderRepository repository,
File workingDirectory,
String filename) |
execute, executeCommand, getLogger, setLoggerpublic AbstractFileInfoCommand()
protected abstract ScmResult executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
ScmExceptionpublic ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.