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 StringfindBinary(String name)StringslurpOutput(String commandString, boolean ignoreExitCode) 
 - 
 
- 
- 
Method Detail
- 
findBinary
public String findBinary(String name)
- Specified by:
 findBinaryin interfaceResourceLocator
 
- 
slurpOutput
public String slurpOutput(String commandString, boolean ignoreExitCode)
- Specified by:
 slurpOutputin interfaceResourceLocator
 
 - 
 
 -