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 
 | 
executeCommandexecute, getLogger, setLoggerpublic IntegrityFileInfoCommand()
public ScmResult executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename) throws ScmException
executeFileInfoCommand in class AbstractFileInfoCommandScmExceptionprotected ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand in class AbstractCommandScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.