Package com.google.apphosting.runtime
Class AppInfoFactory
java.lang.Object
com.google.apphosting.runtime.AppInfoFactory
Builds AppinfoPb.AppInfo from the given ServletEngineAdapter.Config and environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.apphosting.base.protos.AppinfoPb.AppInfocom.google.apphosting.base.protos.AppinfoPb.AppInfogetAppInfoFromFile(String applicationRoot, String fixedApplicationPath) Creates a AppinfoPb.AppInfo object.
-
Constructor Details
-
AppInfoFactory
-
-
Method Details
-
getGaeService
-
getGaeVersion
-
getGaeServiceVersion
-
getGaeApplication
-
getAppInfoFromFile
public com.google.apphosting.base.protos.AppinfoPb.AppInfo getAppInfoFromFile(String applicationRoot, String fixedApplicationPath) throws IOException Creates a AppinfoPb.AppInfo object.- Throws:
IOException
-
getAppInfo
public com.google.apphosting.base.protos.AppinfoPb.AppInfo getAppInfo()
-