Class Capability
java.lang.Object
com.google.appengine.api.capabilities.Capability
A capability represents a particular feature or set of features
available on the App Engine platform.
To check the availability of a particular capability, use the
CapabilitiesService
API.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Capability
Deprecated.This service will always be reported as being available.static final Capability
Deprecated.This service will always be reported as being available.static final Capability
Availability of datastore writes.static final Capability
Availability of the ImagesService.static final Capability
Availability of theMailService.static final Capability
Availability ofMemcacheService.static final Capability
Availability of the ProspectiveSearchService.static final Capability
Availability of TaskQueueService.static final Capability
Availability of the URLFetchService.static final Capability
Availability of the XMPPService. -
Constructor Summary
ConstructorsConstructorDescriptionCapability
(String packageName) Creates a new instance of a Capability.Capability
(String packageName, String name) Creates a new instance of a Capability. -
Method Summary
-
Field Details
-
BLOBSTORE
Deprecated.This service will always be reported as being available.Availability of BlobstoreService. -
DATASTORE
Deprecated.This service will always be reported as being available. IfAvailability of the datastore. -
DATASTORE_WRITE
Availability of datastore writes. -
IMAGES
Availability of the ImagesService. -
MAIL
Availability of theMailService. -
PROSPECTIVE_SEARCH
Availability of the ProspectiveSearchService. -
MEMCACHE
Availability ofMemcacheService. -
TASKQUEUE
Availability of TaskQueueService. -
URL_FETCH
Availability of the URLFetchService. -
XMPP
Availability of the XMPPService.
-
-
Constructor Details
-
Capability
Creates a new instance of a Capability.- Parameters:
packageName
- name of the package associated with this capability.
-
Capability
Creates a new instance of a Capability.- Parameters:
packageName
- name of the package associated with this capability.name
- name of the capability.
-
-
Method Details
-
getPackageName
Returns the package name associated with this capability.- Returns:
- the package name associated with this capability.
-
getName
Returns the name associated with this capability.- Returns:
- the name associated with this capability.
-
toString
-
equals
-
hashCode
public int hashCode()
-