Class InteractiveLogsTester
- java.lang.Object
-
- com.wavefront.agent.logsharvesting.InteractiveLogsTester
-
- All Implemented Interfaces:
InteractiveTester
public class InteractiveLogsTester extends Object implements InteractiveTester
- Author:
- Mori Bellamy ([email protected])
-
-
Constructor Summary
Constructors Constructor Description InteractiveLogsTester(Supplier<LogsIngestionConfig> logsIngestionConfigSupplier, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
interactiveTest()
Read one line of stdin and print a message to stdout.
-
-
-
Constructor Detail
-
InteractiveLogsTester
public InteractiveLogsTester(Supplier<LogsIngestionConfig> logsIngestionConfigSupplier, String prefix)
-
-
Method Detail
-
interactiveTest
public boolean interactiveTest() throws ConfigurationException
Read one line of stdin and print a message to stdout.- Specified by:
interactiveTest
in interfaceInteractiveTester
- Returns:
- true if there's more input to process
- Throws:
ConfigurationException
-
-