Interface NormalizationProvider


@Deprecated public interface NormalizationProvider
Deprecated.
since 1.21, replaced by NormalizationProvider
Allows users to configure normalization.
Since:
1.15
  • Method Details

    • configureNormalization

      void configureNormalization(NormalizationProvider.Context context)
      Deprecated.
      Configure normalization for the project in the supplied context.

      This method is called once for each project.

      Parameters:
      context - provides access to the project and allows users to customize its runtime classpath normalization
      Since:
      1.15