|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.capabilities.Capability
public class 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 | |
---|---|
static Capability |
BLOBSTORE
Availability of BlobstoreService. |
static Capability |
DATASTORE
Availability of the datastore. |
static Capability |
DATASTORE_WRITE
Availability of datastore writes. |
static Capability |
IMAGES
Availability of the ImagesService. |
static Capability |
MAIL
Availability of theMailService. |
static Capability |
MEMCACHE
Availability ofMemcacheService. |
static Capability |
TASKQUEUE
Availability of TaskQueueService. |
static Capability |
URL_FETCH
Availability of the URLFetchService. |
static Capability |
XMPP
Availability of the XMPPService. |
Constructor Summary | |
---|---|
Capability(java.lang.String packageName)
Creates a new instance of a Capability. |
|
Capability(java.lang.String packageName,
java.lang.String name)
Creates a new instance of a Capability. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name associated with this capability. |
java.lang.String |
getPackageName()
Returns the package name associated with this capability. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Capability BLOBSTORE
public static final Capability DATASTORE
public static final Capability DATASTORE_WRITE
public static final Capability IMAGES
public static final Capability MAIL
public static final Capability MEMCACHE
public static final Capability TASKQUEUE
public static final Capability URL_FETCH
public static final Capability XMPP
Constructor Detail |
---|
public Capability(java.lang.String packageName)
packageName
- name of the package associated with this capability.public Capability(java.lang.String packageName, java.lang.String name)
packageName
- name of the package associated with this capability.name
- name of the capability.Method Detail |
---|
public java.lang.String getPackageName()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |