Class ProviderUtil

java.lang.Object
com.example.BaseUtil
com.example.provider1.ProviderUtil

public class ProviderUtil extends BaseUtil
This class provides the configuration used for the provider instance.

Overwriting configuration steps allows customizing the behavior of the framework through injection.

  • Field Details

  • Constructor Details

    • ProviderUtil

      public ProviderUtil(String[] args)
  • Method Details

    • getInjector

      public com.google.inject.Injector getInjector()
    • addMetricQualityDemo

      public static void addMetricQualityDemo(AbstractMetricValue val)
    • configureOptions

      protected org.apache.commons.cli.Options configureOptions()
      Description copied from class: BaseUtil
      Configures the available command line flags.
      Overrides:
      configureOptions in class BaseUtil
      Returns:
      configured command line flags
    • getReportInterval

      public Duration getReportInterval()
    • getWaveformInterval

      public Duration getWaveformInterval()