Uses of Class
org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
-
Packages that use EmbeddedProcessBootstrap.Type Package Description org.wildfly.core.embedded.spi -
-
Uses of EmbeddedProcessBootstrap.Type in org.wildfly.core.embedded.spi
Methods in org.wildfly.core.embedded.spi that return EmbeddedProcessBootstrap.Type Modifier and Type Method Description EmbeddedProcessBootstrap.TypeEmbeddedProcessBootstrap. getType()Gets the type of managed process this object bootstraps.static EmbeddedProcessBootstrap.TypeEmbeddedProcessBootstrap.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedProcessBootstrap.Type[]EmbeddedProcessBootstrap.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-