Uses of Class
org.jboss.windup.web.services.ServerMode
-
Packages that use ServerMode Package Description org.jboss.windup.web.services -
-
Uses of ServerMode in org.jboss.windup.web.services
Methods in org.jboss.windup.web.services that return ServerMode Modifier and Type Method Description static ServerModeServerMode. getServerMode()static ServerModeServerMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerMode[]ServerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-