Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.WebContainer
-
Packages that use WebContainer Package Description com.microsoft.azure.toolkit.lib.appservice.config com.microsoft.azure.toolkit.lib.appservice.model -
-
Uses of WebContainer in com.microsoft.azure.toolkit.lib.appservice.config
Fields in com.microsoft.azure.toolkit.lib.appservice.config declared as WebContainer Modifier and Type Field Description private WebContainerRuntimeConfig. webContainer -
Uses of WebContainer in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type WebContainer Modifier and Type Field Description private static Set<WebContainer>WebContainer. valuesMethods in com.microsoft.azure.toolkit.lib.appservice.model that return WebContainer Modifier and Type Method Description static WebContainerWebContainer. fromString(String input)Methods in com.microsoft.azure.toolkit.lib.appservice.model that return types with arguments of type WebContainer Modifier and Type Method Description static Set<WebContainer>WebContainer. values()Methods in com.microsoft.azure.toolkit.lib.appservice.model with parameters of type WebContainer Modifier and Type Method Description static RuntimeRuntime. getRuntime(OperatingSystem operatingSystem, WebContainer webContainer, JavaVersion javaVersion)
-