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