Uses of Enum
org.wildfly.plugin.server.ServerType
Packages that use ServerType
-
Uses of ServerType in org.wildfly.plugin.server
Fields in org.wildfly.plugin.server declared as ServerTypeModifier and TypeFieldDescriptionprotected ServerType
StartMojo.serverType
The type of server to start.Methods in org.wildfly.plugin.server that return ServerTypeModifier and TypeMethodDescriptionstatic ServerType
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 ServerTypeModifier and TypeMethodDescriptionprotected ServerContext
AbstractStartMojo.startServer
(ServerType serverType)