Class 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.

    • Constructor Detail

      • ProviderUtil

        public ProviderUtil​(String[] args)
    • Method Detail

      • getInjector

        public com.google.inject.Injector getInjector()
      • 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()