Uses of Class
org.glassfish.embeddable.BootstrapProperties
Packages that use BootstrapProperties
Package
Description
Provides classes and interfaces necessary to embed GlassFish and perform
lifecycle operations, application deployments and runtime configurations.
Provides classes and interfaces necessary to plugin a custom GlassFish runtime.
-
Uses of BootstrapProperties in org.glassfish.embeddable
Methods in org.glassfish.embeddable with parameters of type BootstrapPropertiesModifier and TypeMethodDescriptionstatic GlassFishRuntimeGlassFishRuntime.bootstrap(BootstrapProperties bootstrapProperties) Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.static GlassFishRuntimeGlassFishRuntime.bootstrap(BootstrapProperties bootstrapProperties, ClassLoader cl) Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object. -
Uses of BootstrapProperties in org.glassfish.embeddable.spi
Methods in org.glassfish.embeddable.spi with parameters of type BootstrapPropertiesModifier and TypeMethodDescriptionRuntimeBuilder.build(BootstrapProperties options) Builds a custom GlassFishRuntime with the supplied bootstrap optionsbooleanRuntimeBuilder.handles(BootstrapProperties options) Returns true if this RuntimeBuilder is capable of creating a GlassFishRuntime for the supplied BootstrapProperties