public class AppInfoFactory extends Object
| Constructor and Description |
|---|
AppInfoFactory(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(String applicationRoot,
String fixedApplicationPath)
Creates a AppinfoPb.AppInfo object.
|
com.google.apphosting.base.protos.AppinfoPb.AppInfo |
getAppInfoWithApiVersion(String apiVersion) |
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(String applicationRoot, String fixedApplicationPath) throws IOException
IOExceptionpublic com.google.apphosting.base.protos.AppinfoPb.AppInfo getAppInfoFromAppYaml(com.google.apphosting.utils.config.AppYaml appYaml)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.