public class AppInfoFactory extends Object
| Constructor and Description |
|---|
AppInfoFactory(String applicationRoot,
String fixedApplicationPath,
Map<String,String> env) |
| Modifier and Type | Method and Description |
|---|---|
com.google.apphosting.base.protos.AppinfoPb.AppInfo |
getAppInfoFromAppYaml(com.google.apphosting.utils.config.AppYaml appYaml) |
com.google.apphosting.base.protos.AppinfoPb.AppInfo |
getAppInfoFromFile()
Creates a AppinfoPb.AppInfo object.
|
String |
getGaeApplication() |
String |
getGaeService() |
String |
getGaeServiceVersion() |
String |
getGaeVersion() |
public String getGaeService()
public String getGaeVersion()
public String getGaeServiceVersion()
public String getGaeApplication()
public com.google.apphosting.base.protos.AppinfoPb.AppInfo getAppInfoFromFile()
throws IOException
IOExceptionpublic com.google.apphosting.base.protos.AppinfoPb.AppInfo getAppInfoFromAppYaml(com.google.apphosting.utils.config.AppYaml appYaml)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.