Interface ConfigTrackingInterceptor.ReadOptionsProvider

Enclosing class:
ConfigTrackingInterceptor

public static interface ConfigTrackingInterceptor.ReadOptionsProvider
Provides an immutable map of options that were read during the build.
  • Method Summary

    Modifier and Type
    Method
    Description
    An immutable map of options read during the build.
  • Method Details

    • getReadOptions

      Map<String,String> getReadOptions()
      An immutable map of options read during the build.
      Returns:
      immutable map of options read during the build