Package dev.snowdrop.buildpack.config
Class PlatformConfigBuilder
java.lang.Object
dev.snowdrop.buildpack.builder.BaseFluent<A>
dev.snowdrop.buildpack.config.PlatformConfigFluentImpl<PlatformConfigBuilder>
dev.snowdrop.buildpack.config.PlatformConfigBuilder
- All Implemented Interfaces:
Builder<PlatformConfig>,Fluent<PlatformConfigBuilder>,Visitable<PlatformConfigBuilder>,VisitableBuilder<PlatformConfig,,PlatformConfigBuilder> PlatformConfigFluent<PlatformConfigBuilder>
public class PlatformConfigBuilder
extends PlatformConfigFluentImpl<PlatformConfigBuilder>
implements VisitableBuilder<PlatformConfig,PlatformConfigBuilder>
Generated
-
Field Summary
Fields inherited from class dev.snowdrop.buildpack.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionPlatformConfigBuilder(PlatformConfig instance) PlatformConfigBuilder(PlatformConfigFluent<?> fluent) PlatformConfigBuilder(PlatformConfigFluent<?> fluent, PlatformConfig instance) PlatformConfigBuilder(PlatformConfigFluent<?> fluent, PlatformConfig instance, Boolean validationEnabled) PlatformConfigBuilder(PlatformConfigFluent<?> fluent, Boolean validationEnabled) PlatformConfigBuilder(PlatformConfig instance, Boolean validationEnabled) PlatformConfigBuilder(Boolean validationEnabled) -
Method Summary
Methods inherited from class dev.snowdrop.buildpack.config.PlatformConfigFluentImpl
addToEnvironment, addToEnvironment, getEnvironment, getLifecycleImage, getPlatformLevel, getTrustBuilder, hasEnvironment, hasLifecycleImage, hasPlatformLevel, hasTrustBuilder, removeFromEnvironment, removeFromEnvironment, withEnvironment, withLifecycleImage, withNewLifecycleImage, withPlatformLevel, withTrustBuilderMethods inherited from class dev.snowdrop.buildpack.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Constructor Details
-
PlatformConfigBuilder
public PlatformConfigBuilder() -
PlatformConfigBuilder
-
PlatformConfigBuilder
-
PlatformConfigBuilder
-
PlatformConfigBuilder
-
PlatformConfigBuilder
public PlatformConfigBuilder(PlatformConfigFluent<?> fluent, PlatformConfig instance, Boolean validationEnabled) -
PlatformConfigBuilder
-
PlatformConfigBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<PlatformConfig>
-
equals
- Overrides:
equalsin classPlatformConfigFluentImpl<PlatformConfigBuilder>
-
hashCode
public int hashCode()- Overrides:
hashCodein classPlatformConfigFluentImpl<PlatformConfigBuilder>
-