Uses of Class
org.glassfish.embeddable.BootstrapProperties
-
Packages that use BootstrapProperties Package Description com.sun.enterprise.glassfish.bootstrap com.sun.enterprise.glassfish.bootstrap.osgi fish.payara.micro.boot.runtime org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations.org.glassfish.embeddable.spi Provides classes and interfaces necessary to plugin a custom GlassFish runtime. -
-
Uses of BootstrapProperties in com.sun.enterprise.glassfish.bootstrap
Methods in com.sun.enterprise.glassfish.bootstrap with parameters of type BootstrapProperties Modifier and Type Method Description GlassFishRuntimeStaticGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)booleanStaticGlassFishRuntimeBuilder. handles(BootstrapProperties bsProps) -
Uses of BootstrapProperties in com.sun.enterprise.glassfish.bootstrap.osgi
Methods in com.sun.enterprise.glassfish.bootstrap.osgi with parameters of type BootstrapProperties Modifier and Type Method Description GlassFishRuntimeEmbeddedOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bootstrapProperties)GlassFishRuntimeOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)booleanEmbeddedOSGiGlassFishRuntimeBuilder. handles(BootstrapProperties bsProps)booleanOSGiGlassFishRuntimeBuilder. handles(BootstrapProperties bsProps) -
Uses of BootstrapProperties in fish.payara.micro.boot.runtime
Methods in fish.payara.micro.boot.runtime with parameters of type BootstrapProperties Modifier and Type Method Description GlassFishRuntimePayaraMicroRuntimeBuilder. build(BootstrapProperties options)booleanPayaraMicroRuntimeBuilder. handles(BootstrapProperties options) -
Uses of BootstrapProperties in org.glassfish.embeddable
Methods in org.glassfish.embeddable with parameters of type BootstrapProperties Modifier and Type Method Description static 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 BootstrapProperties Modifier and Type Method Description GlassFishRuntimeRuntimeBuilder. 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
-