Table of Contents
| API Documentation: | InputNormalizationHandler | 
|---|
Used to configure input normalization. Currently, it is only possible to configure runtime classpath normalization.
| Property | Description | 
runtimeClasspath | The normalization strategy for the runtime classpath.  | 
| Method | Description | 
runtimeClasspath(configuration) | Configures the normalization strategy for the runtime classpath.  | 
RuntimeClasspathNormalization runtimeClasspath (read-only)
The normalization strategy for the runtime classpath.
void runtimeClasspath(Action<? super RuntimeClasspathNormalization> configuration)
Action<? super RuntimeClasspathNormalization>Configures the normalization strategy for the runtime classpath.