Package com.wavefront.agent
Interface InteractiveTester
-
- All Known Implementing Classes:
InteractiveLogsTester,InteractivePreprocessorTester
public interface InteractiveTesterBase interface for all interactive testers (logs and preprocessor at the moment).- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaninteractiveTest()Read line from stdin and process it.
-
-
-
Method Detail
-
interactiveTest
boolean interactiveTest() throws ConfigurationExceptionRead line from stdin and process it.- Returns:
- true if there's more input to process
- Throws:
ConfigurationException
-
-