Interface NormalizationProvider
public interface NormalizationProvider
Allows users to configure normalization.
- Since:
- 1.21
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Allows configuring the normalization of a project.static interface
Allows configuring the runtime classpath normalization.static interface
Allows configuring the system property normalization of a project. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Configure 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
-