Class FriendHacks
- java.lang.Object
-
- com.google.appengine.api.datastore.FriendHacks
-
public class FriendHacks extends Object
Provides limited access to unlaunched (package-private) methods and classes from outside this package. This class is not bundled with the API jar. As features launch, code should be updated to use the public interfaces instead of the contents of this class.
-
-
Constructor Summary
Constructors Constructor Description FriendHacks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CloudDatastoreRemoteServiceConfig.AppId
appIdFromString(String appIdString)
Create anCloudDatastoreRemoteServiceConfig.AppId
from an app ID string.
-
-
-
Method Detail
-
appIdFromString
public static CloudDatastoreRemoteServiceConfig.AppId appIdFromString(String appIdString)
Create anCloudDatastoreRemoteServiceConfig.AppId
from an app ID string.- Throws:
IllegalArgumentException
- ifappIdString
cannot be parsed or it does not correspond to a knownCloudDatastoreRemoteServiceConfig.AppId.Location
-
-