Skip navigation links
A B C D E G I M O P R S 

A

apply(Project) - Method in class io.spring.gradle.dependencymanagement.DependencyManagementPlugin
 
applyMavenExclusions(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Set whether or not Maven-style exclusions should be applied during dependency resolutions.

B

bomProperties(Map<String, String>) - Method in interface io.spring.gradle.dependencymanagement.dsl.MavenBomHandler
Configures properties to be used when resolving the contents of the imported bom.
bomProperty(String, String) - Method in interface io.spring.gradle.dependencymanagement.dsl.MavenBomHandler
Configures a property to be used when resolving the contents of the imported bom.

C

configurePom(Node) - Method in interface io.spring.gradle.dependencymanagement.maven.PomDependencyManagementConfigurer
Configures the dependency management of the given pom.

D

dependencies(Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementConfigurer
Configures the managed dependencies using the given closure.
dependencies(Action<DependenciesHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementConfigurer
Configures the managed dependencies using the given action.
DependenciesHandler - Interface in io.spring.gradle.dependencymanagement.dsl
A handler for configuring managed dependencies.
dependency(String) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
dependency(Map<String, String>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
dependency(String, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
dependency(String, Action<DependencyHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
dependency(Map<String, String>, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
dependency(Map<String, String>, Action<DependencyHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for the dependency identified by the given id.
DependencyHandler - Interface in io.spring.gradle.dependencymanagement.dsl
A handler for configuring a managed dependency.
DependencyManagementConfigurer - Interface in io.spring.gradle.dependencymanagement.dsl
A DependencyManagementConfigurer provides methods for configuring dependency management.
DependencyManagementExtension - Interface in io.spring.gradle.dependencymanagement.dsl
Extension that provides the entry point to the dependency management plugin's DSL.
DependencyManagementHandler - Interface in io.spring.gradle.dependencymanagement.dsl
A handler for configuring and accessing dependency management.
DependencyManagementPlugin - Class in io.spring.gradle.dependencymanagement
Main class for the dependency management plugin.
DependencyManagementPlugin() - Constructor for class io.spring.gradle.dependencymanagement.DependencyManagementPlugin
 
dependencySet(String, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for a set of dependencies with the same group and version as specified by the given setId.
dependencySet(String, Action<DependencySetHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for a set of dependencies with the same group and version as specified by the given setId.
dependencySet(Map<String, String>, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for a set of dependencies with the same group and version as specified by the given setId.
dependencySet(Map<String, String>, Action<DependencySetHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependenciesHandler
Configures dependency management for a set of dependencies with the same group and version as specified by the given setId.
DependencySetHandler - Interface in io.spring.gradle.dependencymanagement.dsl
A handler for the configuration of a set of dependencies with a common group and version.

E

enabled(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.GeneratedPomCustomizationHandler
Sets whether or not customization of generated poms is enabled.
entry(String) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencySetHandler
Adds an entry to the set for the dependency with the given name.
entry(String, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencySetHandler
Adds an entry to the set for the dependency with the given name.
entry(String, Action<DependencyHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencySetHandler
Adds an entry to the set for the dependency with the given name.
exclude(String) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyHandler
Adds the given exclusion in the form group:name.
exclude(Map<String, String>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyHandler
Adds the given exclusion using the group and name entries in the map.
execute(XmlProvider) - Method in interface io.spring.gradle.dependencymanagement.maven.PomDependencyManagementConfigurer
Configures the dependency management of the pom that's available from the given xmlProvider.

G

generatedPomCustomization(Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Uses the given closure to configure the customization of generated poms.
generatedPomCustomization(Action<GeneratedPomCustomizationHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Uses the given action to configure the customization of generated poms.
GeneratedPomCustomizationHandler - Interface in io.spring.gradle.dependencymanagement.dsl
A handler for configuring the customization of generated POMs.
getImportedProperties() - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementHandler
Returns the properties from any imported boms.
getManagedVersions() - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementHandler
Returns a map of the managed versions for the configuration associated with this handler.
getManagedVersionsForConfiguration(Configuration) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Returns a map of the managed versions for a specific Configuration, ignoring its hierarchy.
getManagedVersionsForConfigurationHierarchy(Configuration) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Returns a map of the managed versions for a specific Configuration, including its hierarchy.
getPomConfigurer() - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Provides access to the PomDependencyManagementConfigurer that can be used to configure dependency management in a generated pom.

I

imports(Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementConfigurer
Configures the dependency management imports using the given closure.
imports(Action<ImportsHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementConfigurer
Configures the dependency management imports using the given action.
ImportsHandler - Interface in io.spring.gradle.dependencymanagement.dsl
Handler for configuring dependency management imports.
io.spring.gradle.dependencymanagement - package io.spring.gradle.dependencymanagement
Central plugin classes.
io.spring.gradle.dependencymanagement.dsl - package io.spring.gradle.dependencymanagement.dsl
Classes that implement the plugin's DSL.
io.spring.gradle.dependencymanagement.maven - package io.spring.gradle.dependencymanagement.maven
Classes that work with Gradle's Maven intergration.

M

mavenBom(String) - Method in interface io.spring.gradle.dependencymanagement.dsl.ImportsHandler
Imports the Maven bom with the given coordinates in the form group:name:version.
mavenBom(String, Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.ImportsHandler
Imports the Maven bom with the given coordinates in the form group:name:version.
mavenBom(String, Action<MavenBomHandler>) - Method in interface io.spring.gradle.dependencymanagement.dsl.ImportsHandler
Imports the Maven bom with the given coordinates in the form group:name:version.
MavenBomHandler - Interface in io.spring.gradle.dependencymanagement.dsl
Handler for customizing the import of a Maven bom.

O

overriddenByDependencies(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Set whether dependency management should be overridden by versions declared on a project's dependencies.

P

PomDependencyManagementConfigurer - Interface in io.spring.gradle.dependencymanagement.maven
A PomDependencyManagementConfigurer is used to configure the dependency management of a Gradle-generated Maven pom.

R

resolutionStrategy(Closure) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Configures the resolution strategy of all dependency management-related Configurations using the given closure.
resolutionStrategy(Action<ResolutionStrategy>) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Configures the resolution strategy of all dependency management-related Configurations using the given action.

S

setApplyMavenExclusions(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Set whether or not Maven-style exclusions should be applied during dependency resolutions.
setEnabled(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.GeneratedPomCustomizationHandler
Sets whether or not customization of generated poms is enabled.
setOverriddenByDependencies(boolean) - Method in interface io.spring.gradle.dependencymanagement.dsl.DependencyManagementExtension
Set whether dependency management should be overridden by versions declared on a project's dependencies.
A B C D E G I M O P R S 
Skip navigation links