Uses of Class
org.wildfly.plugin.server.ServerType
-
Packages that use ServerType Package Description org.wildfly.plugin.server -
-
Uses of ServerType in org.wildfly.plugin.server
Fields in org.wildfly.plugin.server declared as ServerType Modifier and Type Field Description protected ServerType
StartMojo. serverType
The type of server to start.Methods in org.wildfly.plugin.server that return ServerType Modifier and Type Method Description static ServerType
ServerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerType[]
ServerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.plugin.server with parameters of type ServerType Modifier and Type Method Description protected ServerContext
AbstractStartMojo. startServer(ServerType serverType)
-