Uses of Interface
com.atlassian.confluence.impl.setup.BootstrapConfigurer
-
Packages that use BootstrapConfigurer Package Description com.atlassian.confluence.impl.setup com.atlassian.confluence.setup.actions -
-
Uses of BootstrapConfigurer in com.atlassian.confluence.impl.setup
Classes in com.atlassian.confluence.impl.setup that implement BootstrapConfigurer Modifier and Type Class Description classDelegatingBootstrapConfigurerAn implementation ofBootstrapConfigurerthat delegates to aBootstrapManager.Methods in com.atlassian.confluence.impl.setup that return BootstrapConfigurer Modifier and Type Method Description static BootstrapConfigurerBootstrapConfigurer. getBootstrapConfigurer()Statically obtains an instance of theBootstrapConfigurerfromBootstrapUtils. -
Uses of BootstrapConfigurer in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return BootstrapConfigurer Modifier and Type Method Description protected BootstrapConfigurerAbstractSetupAction. bootstrapConfigurer()Methods in com.atlassian.confluence.setup.actions with parameters of type BootstrapConfigurer Modifier and Type Method Description voidAbstractSetupAction. setBootstrapConfigurer(BootstrapConfigurer bootstrapConfigurer)
-