Interface NormalizationProvider
Deprecated.
Allows users to configure normalization.
- Since:
- 1.15
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.Allows configuring the normalization of a project.static interface
Deprecated.Allows configuring the runtime classpath normalization.static interface
Deprecated.Allows configuring the system property normalization of a project. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Configure normalization for the project in the supplied context.
-
Method Details
-
configureNormalization
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
-
NormalizationProvider