Uses of Class
org.springframework.cloud.function.deployer.utils.MavenProperties
Packages that use MavenProperties
-
Uses of MavenProperties in org.springframework.cloud.function.deployer.utils
Methods in org.springframework.cloud.function.deployer.utils with parameters of type MavenPropertiesModifier and TypeMethodDescriptionstatic MavenResourceMavenResource.parse(String coordinates, MavenProperties properties) Create aMavenResourcefor the provided coordinates and properties.Constructors in org.springframework.cloud.function.deployer.utils with parameters of type MavenPropertiesModifierConstructorDescriptionBuilder(MavenProperties properties) MavenResourceLoader(MavenProperties properties) Create aMavenResourceLoaderthat uses the providedMavenProperties.