Class SystemReportResourceLocator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String findBinary​(java.lang.String name)  
      java.lang.String slurpOutput​(java.lang.String commandString, boolean ignoreExitCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemReportResourceLocator

        public SystemReportResourceLocator​(long maxProcessWait)
    • Method Detail

      • findBinary

        public java.lang.String findBinary​(java.lang.String name)
        Specified by:
        findBinary in interface ResourceLocator
      • slurpOutput

        public java.lang.String slurpOutput​(java.lang.String commandString,
                                            boolean ignoreExitCode)
        Specified by:
        slurpOutput in interface ResourceLocator