Interface NormalizationProvider
-
public interface NormalizationProviderAllows users to configure normalization.- Since:
- 1.21
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNormalizationProvider.ContextAllows configuring the normalization of a project.static interfaceNormalizationProvider.RuntimeClasspathNormalizationAllows configuring the runtime classpath normalization.static interfaceNormalizationProvider.SystemPropertiesNormalizationAllows configuring the system property normalization of a project.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureNormalization(NormalizationProvider.Context context)Configure normalization for the project in the supplied context.
-
-
-
Method Detail
-
configureNormalization
void configureNormalization(NormalizationProvider.Context context)
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
-
-