Uses of Enum Class
org.glassfish.internal.embedded.ContainerBuilder.Type
Packages that use ContainerBuilder.Type
-
Uses of ContainerBuilder.Type in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return ContainerBuilder.TypeModifier and TypeMethodDescriptionstatic ContainerBuilder.TypeReturns the enum constant of this class with the specified name.static ContainerBuilder.Type[]ContainerBuilder.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.internal.embedded with parameters of type ContainerBuilder.TypeModifier and TypeMethodDescriptionvoidServer.addContainer(ContainerBuilder.Type type) Adds a container of a particular type using the default operating configuration for the container.Server.createConfig(ContainerBuilder.Type type) Get the embedded container configuration for a container type.