Uses of Class
org.glassfish.internal.embedded.ContainerBuilder.Type
-
Packages that use ContainerBuilder.Type Package Description org.glassfish.internal.embedded -
-
Uses of ContainerBuilder.Type in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return ContainerBuilder.Type Modifier and Type Method Description static ContainerBuilder.TypeContainerBuilder.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerBuilder.Type[]ContainerBuilder.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.internal.embedded with parameters of type ContainerBuilder.Type Modifier and Type Method Description voidServer. addContainer(ContainerBuilder.Type type)Adds a container of a particular type using the default operating configuration for the container.ContainerBuilder<EmbeddedContainer>Server. createConfig(ContainerBuilder.Type type)Get the embedded container configuration for a container type.
-