Class ContainerUtils
java.lang.Object
com.google.appengine.tools.development.ContainerUtils
helper to load a
ContainerService instance-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the server info string with the dev-appserver version.static ContainerServiceLoad aContainerServiceinstance based on the implementation: Jetty9 or Jetty12.
-
Method Details
-
loadContainer
Load aContainerServiceinstance based on the implementation: Jetty9 or Jetty12.- Returns:
- the deployed
ContainerServiceinstance. - Throws:
IllegalArgumentException- if the container cannot be loaded.
-
getServerInfo
Returns the server info string with the dev-appserver version.
-