public final class WebContainer extends ExpandableStringEnum<WebContainer>
Modifier and Type | Field and Description |
---|---|
static WebContainer |
JETTY_9_1_NEWEST
Static value jetty 9.1 for WebContainer.
|
static WebContainer |
JETTY_9_1_V20131115
Static value jetty 9.1.0 v20131115 for WebContainer.
|
static WebContainer |
JETTY_9_3_NEWEST
Static value jetty 9.3 for WebContainer.
|
static WebContainer |
JETTY_9_3_V20161014
Static value jetty 9.3.13 v20161014 for WebContainer.
|
static WebContainer |
TOMCAT_7_0_50
Static value tomcat 7.0.50 for WebContainer.
|
static WebContainer |
TOMCAT_7_0_62
Static value tomcat 7.0.62 for WebContainer.
|
static WebContainer |
TOMCAT_7_0_NEWEST
Static value tomcat 7.0 newest for WebContainer.
|
static WebContainer |
TOMCAT_8_0_23
Static value tomcat 8.0.23 for WebContainer.
|
static WebContainer |
TOMCAT_8_0_NEWEST
Static value tomcat 8.0 newest for WebContainer.
|
static WebContainer |
TOMCAT_8_5_20
Static value tomcat 8.5.20 for WebContainer.
|
static WebContainer |
TOMCAT_8_5_31
Static value tomcat 8.5.31 for WebContainer.
|
static WebContainer |
TOMCAT_8_5_34
Static value tomcat 8.5.34 for WebContainer.
|
static WebContainer |
TOMCAT_8_5_37
Static value tomcat 8.5.37 for WebContainer.
|
static WebContainer |
TOMCAT_8_5_6
Static value tomcat 8.5.6 for WebContainer.
|
static WebContainer |
TOMCAT_8_5_NEWEST
Static value tomcat 8.5 newest for WebContainer.
|
static WebContainer |
TOMCAT_9_0_0
Static value tomcat 9_0_0 for WebContainer.
|
static WebContainer |
TOMCAT_9_0_12
Static value tomcat 9_0_12 for WebContainer.
|
static WebContainer |
TOMCAT_9_0_14
Static value tomcat 9_0_14 for WebContainer.
|
static WebContainer |
TOMCAT_9_0_8
Static value tomcat 9_0_8 for WebContainer.
|
static WebContainer |
TOMCAT_9_0_NEWEST
Static value tomcat 9.0 newest for WebContainer.
|
Constructor and Description |
---|
WebContainer() |
Modifier and Type | Method and Description |
---|---|
static WebContainer |
fromString(String name)
Finds or creates a Web container based on the specified name.
|
static Collection<WebContainer> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final WebContainer TOMCAT_7_0_NEWEST
public static final WebContainer TOMCAT_7_0_50
public static final WebContainer TOMCAT_7_0_62
public static final WebContainer TOMCAT_8_0_NEWEST
public static final WebContainer TOMCAT_8_0_23
public static final WebContainer TOMCAT_8_5_NEWEST
public static final WebContainer TOMCAT_8_5_6
public static final WebContainer TOMCAT_8_5_20
public static final WebContainer TOMCAT_8_5_31
public static final WebContainer TOMCAT_8_5_34
public static final WebContainer TOMCAT_8_5_37
public static final WebContainer TOMCAT_9_0_NEWEST
public static final WebContainer TOMCAT_9_0_0
public static final WebContainer TOMCAT_9_0_8
public static final WebContainer TOMCAT_9_0_12
public static final WebContainer TOMCAT_9_0_14
public static final WebContainer JETTY_9_1_NEWEST
public static final WebContainer JETTY_9_1_V20131115
public static final WebContainer JETTY_9_3_NEWEST
public static final WebContainer JETTY_9_3_V20161014
public static WebContainer fromString(String name)
name
- a namepublic static Collection<WebContainer> values()
Copyright © 2019. All rights reserved.