Interface NormalizationProvider
-
public interface NormalizationProvider
Allows users to configure the runtime classpath normalization.- Since:
- 1.15
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NormalizationProvider.Context
Allows configuring the runtime classpath normalization of a project.static interface
NormalizationProvider.RuntimeClasspathNormalization
Allows configuring the runtime classpath normalization.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureNormalization(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- Since:
- 1.15
-
-