Package com.google.apphosting.base
Class AppId
java.lang.Object
com.google.apphosting.base.AppId
Class used for parsing the various components of the AppId.
-
Method Details
-
getAppId
- Returns:
- The full appId.
-
getDomain
- Returns:
- The domain component of this appId.
-
getDisplayAppId
- Returns:
- The display-app-id component of this appId.
-
getPartition
- Returns:
- The partition component of the appId.
-
getLongAppId
- Returns:
- The appId without the partition component.
-
parse
Returns a new AppId object based on an appId formatted as follows: [(partition)~][(domain):](display-app-id)- Parameters:
appId- The appId to parse.- Returns:
- AppId object with the parsed appid components.
-