public class IntegrityFileInfoCommand extends AbstractFileInfoCommand
Constructor and Description |
---|
IntegrityFileInfoCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ScmResult |
executeFileInfoCommand(ScmProviderRepository repository,
File workingDirectory,
String filename)
Even though this command is supported via the MKS JAVA API, since at this time we really don't
know what the SCM plugin is looking to get in return for this command, we're simply going to
run this command via the CLI and return the output verbatim
|
executeCommand
execute, getLogger, setLogger
public IntegrityFileInfoCommand()
public ScmResult executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
executeFileInfoCommand
in class AbstractFileInfoCommand
ScmException
protected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.