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, setLogger
public AbstractFileInfoCommand()
protected abstract ScmResult executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
ScmException
public ScmResult executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.