All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavefront.agent.InteractiveTester Maven / Gradle / Ivy

There is a newer version: 9999.0
Show newest version
package com.wavefront.agent;

import com.wavefront.agent.config.ConfigurationException;

/**
 * Base interface for all interactive testers (logs and preprocessor at the moment).
 *
 * @author [email protected]
 */
public interface InteractiveTester {

  /**
   * Read line from stdin and process it.
   *
   * @return true if there's more input to process
   * @throws ConfigurationException
   */
  boolean interactiveTest() throws ConfigurationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy