Package com.wavefront.agent
Interface InteractiveTester
-
- All Known Implementing Classes:
InteractiveLogsTester
,InteractivePreprocessorTester
public interface InteractiveTester
Base 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 boolean
interactiveTest()
Read line from stdin and process it.
-
-
-
Method Detail
-
interactiveTest
boolean interactiveTest() throws ConfigurationException
Read line from stdin and process it.- Returns:
- true if there's more input to process
- Throws:
ConfigurationException
-
-