Class PropertyProviderBuilder
- java.lang.Object
-
- com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
-
public class PropertyProviderBuilder extends Object
PropertyProvider builder. Properties added first have top priority, other are used as fallback in the declaration order.
-
-
Constructor Summary
Constructors Constructor Description PropertyProviderBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyProvider
build()
PropertyProviderBuilder
withProperties(@NotNull Properties properties)
PropertyProviderBuilder
withProperties(@NotNull Properties properties, @NotNull String propertyKeyPrefix)
-
-
-
Method Detail
-
withProperties
public PropertyProviderBuilder withProperties(@NotNull @NotNull Properties properties)
-
withProperties
public PropertyProviderBuilder withProperties(@NotNull @NotNull Properties properties, @NotNull @NotNull String propertyKeyPrefix)
-
build
public PropertyProvider build()
-
-