Package org.opennms.systemreport
Class SystemReportResourceLocator
- java.lang.Object
-
- org.opennms.systemreport.SystemReportResourceLocator
-
- All Implemented Interfaces:
ResourceLocator
public class SystemReportResourceLocator extends Object implements ResourceLocator
-
-
Constructor Summary
Constructors Constructor Description SystemReportResourceLocator(long maxProcessWait)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
findBinary(String name)
String
slurpOutput(String commandString, boolean ignoreExitCode)
-
-
-
Method Detail
-
findBinary
public String findBinary(String name)
- Specified by:
findBinary
in interfaceResourceLocator
-
slurpOutput
public String slurpOutput(String commandString, boolean ignoreExitCode)
- Specified by:
slurpOutput
in interfaceResourceLocator
-
-