Interface ConfigTrackingInterceptor.ReadOptionsProvider
-
- Enclosing class:
- ConfigTrackingInterceptor
public static interface ConfigTrackingInterceptor.ReadOptionsProviderProvides an immutable map of options that were read during the build.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getReadOptions()An immutable map of options read during the build.
-