Class FriendHacks
java.lang.Object
com.google.appengine.api.datastore.FriendHacks
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 -
Method Summary
Modifier and TypeMethodDescriptionappIdFromString
(String appIdString) Create anCloudDatastoreRemoteServiceConfig.AppId
from an app ID string.
-
Constructor Details
-
FriendHacks
public FriendHacks()
-
-
Method Details
-
appIdFromString
Create anCloudDatastoreRemoteServiceConfig.AppId
from an app ID string.- Throws:
IllegalArgumentException
- ifappIdString
cannot be parsed or it does not correspond to a knownCloudDatastoreRemoteServiceConfig.AppId.Location
-