WebContainer Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. WebContainer
- com.
- com.
public final class WebContainer
extends ExpandableStringEnum<WebContainer>
Defines values for Java web container.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Web |
JAVA_8
Static value java 8 for Web |
|
static final
Web |
JETTY_9_1_NEWEST
Static value jetty 9.1 for Web |
|
static final
Web |
JETTY_9_1_V20131115
Static value jetty 9.1.0 v20131115 for Web |
|
static final
Web |
JETTY_9_3_NEWEST
Static value jetty 9.3 for Web |
|
static final
Web |
JETTY_9_3_V20161014
Static value jetty 9.3.13 v20161014 for Web |
|
static final
Web |
TOMCAT_7_0_50
Static value tomcat 7.0.50 for Web |
|
static final
Web |
TOMCAT_7_0_62
Static value tomcat 7.0.62 for Web |
|
static final
Web |
TOMCAT_7_0_NEWEST
Static value tomcat 7.0 newest for Web |
|
static final
Web |
TOMCAT_8_0_23
Static value tomcat 8.0.23 for Web |
|
static final
Web |
TOMCAT_8_0_NEWEST
Static value tomcat 8.0 newest for Web |
|
static final
Web |
TOMCAT_8_5_20
Static value tomcat 8.5.20 for Web |
|
static final
Web |
TOMCAT_8_5_31
Static value tomcat 8.5.31 for Web |
|
static final
Web |
TOMCAT_8_5_34
Static value tomcat 8.5.34 for Web |
|
static final
Web |
TOMCAT_8_5_37
Static value tomcat 8.5.37 for Web |
|
static final
Web |
TOMCAT_8_5_6
Static value tomcat 8.5.6 for Web |
|
static final
Web |
TOMCAT_8_5_NEWEST
Static value tomcat 8.5 newest for Web |
|
static final
Web |
TOMCAT_9_0_0
Static value tomcat 9_0_0 for Web |
|
static final
Web |
TOMCAT_9_0_12
Static value tomcat 9_0_12 for Web |
|
static final
Web |
TOMCAT_9_0_14
Static value tomcat 9_0_14 for Web |
|
static final
Web |
TOMCAT_9_0_8
Static value tomcat 9_0_8 for Web |
|
static final
Web |
TOMCAT_9_0_NEWEST
Static value tomcat 9.0 newest for Web |
Constructor Summary
| Constructor | Description |
|---|---|
| WebContainer() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromString(String name)
Finds or creates a Web container based on the specified name. |
|
static
Collection<Web |
values()
Gets known Web container types. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JAVA_8
public static final WebContainer JAVA_8
Static value java 8 for WebContainer.
JETTY_9_1_NEWEST
public static final WebContainer JETTY_9_1_NEWEST
Static value jetty 9.1 for WebContainer.
JETTY_9_1_V20131115
public static final WebContainer JETTY_9_1_V20131115
Static value jetty 9.1.0 v20131115 for WebContainer.
JETTY_9_3_NEWEST
public static final WebContainer JETTY_9_3_NEWEST
Static value jetty 9.3 for WebContainer.
JETTY_9_3_V20161014
public static final WebContainer JETTY_9_3_V20161014
Static value jetty 9.3.13 v20161014 for WebContainer.
TOMCAT_7_0_50
public static final WebContainer TOMCAT_7_0_50
Static value tomcat 7.0.50 for WebContainer.
TOMCAT_7_0_62
public static final WebContainer TOMCAT_7_0_62
Static value tomcat 7.0.62 for WebContainer.
TOMCAT_7_0_NEWEST
public static final WebContainer TOMCAT_7_0_NEWEST
Static value tomcat 7.0 newest for WebContainer.
TOMCAT_8_0_23
public static final WebContainer TOMCAT_8_0_23
Static value tomcat 8.0.23 for WebContainer.
TOMCAT_8_0_NEWEST
public static final WebContainer TOMCAT_8_0_NEWEST
Static value tomcat 8.0 newest for WebContainer.
TOMCAT_8_5_20
public static final WebContainer TOMCAT_8_5_20
Static value tomcat 8.5.20 for WebContainer.
TOMCAT_8_5_31
public static final WebContainer TOMCAT_8_5_31
Static value tomcat 8.5.31 for WebContainer.
TOMCAT_8_5_34
public static final WebContainer TOMCAT_8_5_34
Static value tomcat 8.5.34 for WebContainer.
TOMCAT_8_5_37
public static final WebContainer TOMCAT_8_5_37
Static value tomcat 8.5.37 for WebContainer.
TOMCAT_8_5_6
public static final WebContainer TOMCAT_8_5_6
Static value tomcat 8.5.6 for WebContainer.
TOMCAT_8_5_NEWEST
public static final WebContainer TOMCAT_8_5_NEWEST
Static value tomcat 8.5 newest for WebContainer.
TOMCAT_9_0_0
public static final WebContainer TOMCAT_9_0_0
Static value tomcat 9_0_0 for WebContainer.
TOMCAT_9_0_12
public static final WebContainer TOMCAT_9_0_12
Static value tomcat 9_0_12 for WebContainer.
TOMCAT_9_0_14
public static final WebContainer TOMCAT_9_0_14
Static value tomcat 9_0_14 for WebContainer.
TOMCAT_9_0_8
public static final WebContainer TOMCAT_9_0_8
Static value tomcat 9_0_8 for WebContainer.
TOMCAT_9_0_NEWEST
public static final WebContainer TOMCAT_9_0_NEWEST
Static value tomcat 9.0 newest for WebContainer.
Constructor Details
WebContainer
@Deprecated
public WebContainer()
Deprecated
Creates a new instance of WebContainer value.
Method Details
fromString
public static WebContainer fromString(String name)
Finds or creates a Web container based on the specified name.
Parameters:
Returns:
values
public static Collection<WebContainer> values()
Gets known Web container types.
Returns: