A B C D E G I J L M N P Q R S T U V W 

A

accept(AcceptRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
accept(Status, AcceptRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
addGaiaMintAllowedScope(GaiaMintScopeCode.ScopeCode) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that the specific GaiaMintScopeCode.ScopeCode is allowed.
AUTOCOMMIT_PROPERTY - Static variable in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
This property controls whether the state of the local ProspectiveSearchService will automatically be persisted after modification.
await() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
await(long, TimeUnit) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
awaitAndReset() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(long, TimeUnit) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(long, TimeUnit, int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch

B

BaseDevAppServerTestConfig - Class in com.google.appengine.tools.development.testing
Base DevAppServerTestConfig implementation with common defaults: Use /WEB-INF/web.xml.
BaseDevAppServerTestConfig() - Constructor for class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
bind(int, InetAddress) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
bind(BindRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
bind(Status, BindRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 

C

checkBind() - Method in class com.google.appengine.api.socket.dev.SocketPermissions
Returns true if the application is allowed to bind.
checkConnect() - Method in class com.google.appengine.api.socket.dev.SocketPermissions
Returns true if the application is allowed to connect.
checkListen() - Method in class com.google.appengine.api.socket.dev.SocketPermissions
Returns true if the application is is allowed to listen.
checkSetSocketOpt() - Method in class com.google.appengine.api.socket.dev.SocketPermissions
Returns true if the application is allowed to call setSocketOpt.
close() - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
close() - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
close(CloseRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
close(Status, CloseRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
collectInitializationErrors(List<Throwable>) - Method in class com.google.appengine.tools.development.testing.DevAppServerTestRunner
 
com.google.appengine.api.appidentity.dev - package com.google.appengine.api.appidentity.dev
 
com.google.appengine.api.blobstore.dev - package com.google.appengine.api.blobstore.dev
 
com.google.appengine.api.capabilities.dev - package com.google.appengine.api.capabilities.dev
 
com.google.appengine.api.conversion.dev - package com.google.appengine.api.conversion.dev
 
com.google.appengine.api.datastore.dev - package com.google.appengine.api.datastore.dev
 
com.google.appengine.api.files.dev - package com.google.appengine.api.files.dev
 
com.google.appengine.api.images.dev - package com.google.appengine.api.images.dev
 
com.google.appengine.api.mail.dev - package com.google.appengine.api.mail.dev
 
com.google.appengine.api.memcache.dev - package com.google.appengine.api.memcache.dev
 
com.google.appengine.api.prospectivesearch.dev - package com.google.appengine.api.prospectivesearch.dev

Implementation Notes

com.google.appengine.api.socket.dev - package com.google.appengine.api.socket.dev
 
com.google.appengine.api.taskqueue.dev - package com.google.appengine.api.taskqueue.dev
 
com.google.appengine.api.urlfetch.dev - package com.google.appengine.api.urlfetch.dev
 
com.google.appengine.api.users.dev - package com.google.appengine.api.users.dev
 
com.google.appengine.api.xmpp.dev - package com.google.appengine.api.xmpp.dev
 
com.google.appengine.tools.development.testing - package com.google.appengine.tools.development.testing
 
connect(InetAddress, int) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
connect(ConnectRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
connect(Status, ConnectRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
convert(Status, ConversionRequest) - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
 
CONVERTED_FILES_STUB - Static variable in class com.google.appengine.api.conversion.dev.LocalConversionService
Names of "canonical" files for each target conversion type.
countDown() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
create() - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
createSocket(CreateSocketRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
createSocket(Status, CreateSocketRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 

D

DatagramSocketImplAccessor - Class in com.google.appengine.api.socket.dev
Wraps a DatagramSocketImpl to provide access to methods to LocalDatagramSocket.
DatagramSocketImplAccessor(DatagramSocketImpl) - Constructor for class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
DEFAULT - Static variable in interface com.google.appengine.tools.development.testing.LocalServiceTestHelper.RequestMillisTimer
The Timer instance used by local services if no override is provided via LocalServiceTestHelper.setRemainingMillisTimer(RequestMillisTimer).
DEFAULT_PORT_SYSTEM_PROPERTY - Static variable in class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
destroy() - Method in class com.google.appengine.api.socket.dev.DevSocketFilter
 
DevAppServerTest - Annotation Type in com.google.appengine.tools.development.testing
Used to configure a JUnit4 test that has been annotated with &#64RunWith(DevAppServerTestRunner.class.
DevAppServerTestConfig - Interface in com.google.appengine.tools.development.testing
Config for a dev appserver that launches as part of a test.
DevAppServerTestRunner - Class in com.google.appengine.tools.development.testing
A JUnit4 test runner that runs tests in the isolated classloader of a running app engine app.
DevAppServerTestRunner(Class<?>) - Constructor for class com.google.appengine.tools.development.testing.DevAppServerTestRunner
 
DevSocketFilter - Class in com.google.appengine.api.socket.dev
Switches dev server Socket and DatagramSocket between native and App Engine sockets.
DevSocketFilter() - Constructor for class com.google.appengine.api.socket.dev.DevSocketFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.google.appengine.api.socket.dev.DevSocketFilter
 

E

endRequest() - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Indicate the request has ended so that local services can do any post request work.
execute(URLFetchServicePb.URLFetchRequest) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 
executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
Broken out to make it easy for subclasses to provide their own behavior when the request payload is not a DeferredTask.

G

getAlternateHighRepJobPolicyClass() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getApiProxyLocal() - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of the currently registered ApiProxyLocal.
getAppDir() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
getAppEngineWebXml() - Method in class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
getAppEngineWebXml() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
getAutoIdAllocationPolicy() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getClasspath() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
getCount() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
getDefaultHighRepJobPolicyRandomSeed() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getDefaultHighRepJobPolicyUnappliedJobPercentage() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getDriverClass() - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
getJdbcConnectionStringFormat() - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
getLocalBasementService() - Static method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
 
getLocalBlobstoreService() - Static method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getLocalCapabilitiesService() - Static method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
getLocalChannelService() - Static method in class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
 
getLocalConversionService() - Static method in class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
 
getLocalDatastoreService() - Static method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getLocalFileService() - Static method in class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
Creates or returns the existing local file service.
getLocalImagesService() - Static method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
getLocalMailService() - Static method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getLocalMemcacheService() - Static method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getLocalPort() - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
getLocalProspectiveSearchService() - Static method in class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
 
getLocalRdbmsService() - Static method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
getLocalSecretsService() - Static method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
getLocalService(String) - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of a specific local service.
getLocalTaskQueue() - Static method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
getLocalURLFetchService() - Static method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
getLocalUserService() - Static method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
getLocalXMPPService() - Static method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 
getLogMailBody() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getLogMailLevel() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getMaxApiRequestSize() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
getMaxQueryLifetimeMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getMaxSize() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getMaxSizeUnits() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getMaxTxnLifetimeMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getOption(int) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
getPackage() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
getPackage() - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
 
getPackage() - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
getPackage() - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
getPeerName(GetPeerNameRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
getPeerName(Status, GetPeerNameRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
getPortSystemProperty() - Method in class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
getPortSystemProperty() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
getPresence(Status, PresenceRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
getRemainingMillis() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestHelper.RequestMillisTimer
 
getSdkRoot() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
getSocketName(GetSocketNameRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
getSocketName(Status, GetSocketNameRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
getSocketOptions(GetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
getSocketOptions(Status, GetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
getSocketPermissions() - Static method in class com.google.appengine.api.socket.dev.SocketPermissions
Get the socket permissions for the current environment.
getStoreDelayMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getTimeToLive() - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
getTTL() - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
getWebXml() - Method in class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
getWebXml() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 

I

init(LocalServiceContext, Map<String, String>) - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
init(LocalServiceContext, Map<String, String>) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
 
init(FilterConfig) - Method in class com.google.appengine.api.socket.dev.DevSocketFilter
 
init(LocalServiceContext, Map<String, String>) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
init(LocalServiceContext, Map<String, String>) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
initialize(Map<String, String>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 
installSecurityManager() - Method in class com.google.appengine.tools.development.testing.BaseDevAppServerTestConfig
 
installSecurityManager() - Method in interface com.google.appengine.tools.development.testing.DevAppServerTestConfig
 
isNoIndexAutoGen() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 

J

join(InetAddress) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
joinGroup(SocketAddress, NetworkInterface) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 

L

leave(InetAddress) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
leaveGroup(SocketAddress, NetworkInterface) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
listen(ListenRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
listen(Status, ListenRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
listSubscriptions(Status, ListSubscriptionsRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
Return a list of subscriptions encapsulated in ListSubscriptionsResponse that match the given ListSubscriptionsRequest constraints on subscription topic, id and expiry.
listTopics(Status, ListTopicsRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
List all topics from a given offset to a given limit.
LocalAppIdentityServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local app identity service in tests.
LocalAppIdentityServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
LocalBasementServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the LocalBasementService in tests.
LocalBasementServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
 
LocalBlobstoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local blobstore service in tests.
LocalBlobstoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
LocalCapabilitiesServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local capabilities service in tests.
LocalCapabilitiesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
LocalChannelServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local channel service in tests.
LocalChannelServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
 
LocalConversionService - Class in com.google.appengine.api.conversion.dev
A stub for the ConversionService API for offline development.
LocalConversionService() - Constructor for class com.google.appengine.api.conversion.dev.LocalConversionService
 
LocalConversionServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local Conversion service in tests.
LocalConversionServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
 
LocalDatagramSocket - Class in com.google.appengine.api.socket.dev
Implements the actual datagram socket support for the dev server.
LocalDatastoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local datastore service in tests.
LocalDatastoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
LocalFileServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local file service in tests.
LocalFileServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
 
LocalImagesServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local images service in tests.
LocalImagesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
LocalMailServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local mail service in tests.
LocalMailServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
LocalMemcacheServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local memcache service in tests.
LocalMemcacheServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
LocalMemcacheServiceTestConfig.SizeUnit - Enum in com.google.appengine.tools.development.testing
 
LocalProspectiveSearchServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local prospective search service in tests.
LocalProspectiveSearchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
 
LocalRdbmsServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local RDBMS service in tests.
LocalRdbmsServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
LocalSearchService - Class in com.google.appengine.api.prospectivesearch.dev
Local Prospective Search service using in-memory O(n) subscription management.
LocalSearchService() - Constructor for class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
 
LocalServiceTestConfig - Interface in com.google.appengine.tools.development.testing
Config for a local service that can be set up and torn down.
LocalServiceTestHelper - Class in com.google.appengine.tools.development.testing
Helper class for testing against local app engine services.
LocalServiceTestHelper(LocalServiceTestConfig...) - Constructor for class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs a LocalServiceTestHelper with the provided configurations.
LocalServiceTestHelper.RequestMillisTimer - Interface in com.google.appengine.tools.development.testing
 
LocalSocketService - Class in com.google.appengine.api.socket.dev
 
LocalSocketService() - Constructor for class com.google.appengine.api.socket.dev.LocalSocketService
 
LocalTaskQueueTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local task queue in tests.
LocalTaskQueueTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
LocalTaskQueueTestConfig.DeferredTaskCallback - Class in com.google.appengine.tools.development.testing
A LocalTaskQueueCallback implementation that automatically detects and runs tasks with a DeferredTask payload.
LocalTaskQueueTestConfig.DeferredTaskCallback() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 
LocalTaskQueueTestConfig.TaskCountDownLatch - Class in com.google.appengine.tools.development.testing
A CountDownLatch extension that can be reset.
LocalTaskQueueTestConfig.TaskCountDownLatch(int) - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
LocalURLFetchServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local url fetch service in tests.
LocalURLFetchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
LocalUserServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local user service in tests.
LocalUserServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
LocalXMPPService - Class in com.google.appengine.api.xmpp.dev
Java bindings for the local XMPP service.
LocalXMPPService() - Constructor for class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
LocalXMPPServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local xmpp service in tests.
LocalXMPPServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 

M

match(Status, MatchRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
Check the requested topic exists and then try matching the document against all subscriptions in the topic.

N

newEnvironment() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs the ApiProxy.Environment that will be installed.
newLocalServerEnvironment() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs the LocalServerEnvironment that will be installed.
newSocketImplAccessor() - Static method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 

P

PACKAGE - Static variable in class com.google.appengine.api.conversion.dev.LocalConversionService
The package name of this service.
PACKAGE - Static variable in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
The package name for this service.
PACKAGE - Static variable in class com.google.appengine.api.socket.dev.LocalSocketService
The package name for this service.
PACKAGE - Static variable in class com.google.appengine.api.xmpp.dev.LocalXMPPService
The package name for this service.
peek(InetAddress) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
peekData(DatagramPacket) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
PERMIT_BIND - Static variable in class com.google.appengine.api.socket.dev.LocalSocketService
Property name of bind permission.
PERMIT_CONNECT - Static variable in class com.google.appengine.api.socket.dev.LocalSocketService
Property name of connect permission.
PERMIT_LISTEN - Static variable in class com.google.appengine.api.socket.dev.LocalSocketService
Property name of listen permission.
PERMIT_SET_SOCKET_OPT - Static variable in class com.google.appengine.api.socket.dev.LocalSocketService
Property name of listen permission.
poll(Status, PollRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
ProspectiveSearchReservedKinds - Class in com.google.appengine.api.prospectivesearch.dev
Exposes constants for reserved datastore kinds used by the local datastore service.
ProspectiveSearchReservedKinds() - Constructor for class com.google.appengine.api.prospectivesearch.dev.ProspectiveSearchReservedKinds
 

Q

QueryEvaluator - Class in com.google.appengine.api.prospectivesearch.dev
The QueryEvaluator class performs a full visit of the query tree, dispatching leaf evaluations to the QueryEngine.

R

readStubFile(String) - Static method in class com.google.appengine.api.conversion.dev.LocalConversionService
Read the data out of the stub file for the specified output mime type.
receive(DatagramPacket) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
receive(ReceiveRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
receive(Status, ReceiveRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
reset() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Resets the latch to its most recent initial count.
reset(int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Resets the latch to the provided count.
resolve(Status, ResolveRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 

S

send(DatagramPacket) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
send(SendRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
send(Status, SendRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
sendInvite(Status, XmppInviteRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
sendMessage(Status, XmppMessageRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
sendPresence(Status, XmppSendPresenceRequest) - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
setAlternateHighRepJobPolicyClass(Class<? extends HighRepJobPolicy>) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
An alternate HighRepJobPolicy implementation.
setApplyAllHighRepJobPolicy() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Make the datastore a high-replication datastore, but with all jobs applying immediately (simplifies tests that use eventually-consistent queries).
setAutoIdAllocationPolicy(AutoIdAllocationPolicy) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Dictate how Put() assigns auto IDs.
setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
Sets the location for on-disk storage.
setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Where to read/store the datastore from/to.
setCallbackClass(Class<? extends LocalTaskQueueCallback>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Overrides the callback implementation used by the local task queue for async task execution.
setCapabilityStatus(Capability, CapabilityStatus) - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
Controls the state of a capability in testing mode.
setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService to use the specified (@link com.google.common.time.Clock) when determing the current time.
setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the clock with which all local services will be initialized.
setDatabase(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the database to be passed to the underlying local JDBC driver.
setDefaultHighRepJobPolicyRandomSeed(long) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
A seed for a Random used by DefaultHighRepJobPolicy to determine whether or not a job application attempt fails.
setDefaultHighRepJobPolicyUnappliedJobPercentage(float) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
The percentage of job application attempts that will fail.
setDefaultSocketPermissions(String, String, String, String) - Static method in class com.google.appengine.api.socket.dev.SocketPermissions
Set the socket permissions for the current environment.
setDisableAutoTaskExecution(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Disables/enables automatic task execution.
setDriverClass(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the class of the driver used by the com.google.appengine.api.rdbms.dev.LocalRdbmsServiceLocalDriver and attempts to load driverClass in the current ClassLoader.
setEnable(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Deprecated.
setEnforceApiDeadlines(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Determines whether or not API calls should be subject to the same deadlines as in production.
setEnvAppId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAppId()
setEnvAttributes(Map<String, Object>) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAttributes()
setEnvAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAuthDomain()
setEnvEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getEmail()
setEnvIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().isAdmin()
setEnvIsLoggedIn(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().isLoggedIn()
setEnvRequestNamespace(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getRequestNamespace()
setEnvVersionId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getVersionId()
setExtraDriverProperties(Map<String, String>) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets Extra properties to be passed to the underlying local JDBC driver.
setGaiaMintAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will return the specified auth domain from calls to GaiaMintService#getUserinfoFromGaiaMint.
setGaiaMintEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will return the specified email address from calls to GaiaMintService#getUserinfoFromGaiaMint.
setGaiaMintGaiaId(long) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will return the specified gaid ID from calls to GaiaMintService#getUserinfoFromGaiaMint.
setGaiaMintIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will return whether the user is an admin from calls to GaiaMintService#getUserinfoFromGaiaMint.
setGaiaMintUserId(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will return the specified user id from calls to GaiaMintService#getUserinfoFromGaiaMint.
setIgnore(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Deprecated.
setJdbcConnectionStringFormat(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the format of the connection string that the jdbc driver will use.
setLogEveryCall(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Deprecated.
setLogMailBody(boolean) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
Controls whether or not the message body is logged.
setLogMailLevel(Level) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
Controls the level at which each message is logged.
setLogToSawmillEnable(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService with the specified enable state.
setLogToSawmillIgnore(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService with the specified ignore state.
setLogToSawmillLogEveryCall(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will log every call to LogToSawmillService#log(byte[]) with Logger.
setLogToSawmillProtoStream(OutputStream) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService so that it will write a request's final merged proto to the specified OutputStream.
setMaxQueryLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long a query can stay "live" before we expire it.
setMaxSize(long, LocalMemcacheServiceTestConfig.SizeUnit) - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
Sets the maximum size of the cache
setMaxTxnLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long a txn can stay "live" before we expire it.
setNoIndexAutoGen(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
True to prevent the datastore from writing the auto-generated index file.
setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
True to put the blobstore into "memory-only" mode.
setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
True to put the datastore into "memory-only" mode.
setOneGoogleServerSpec(String) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService to use the specified server spec for the OneGoogle backend instead of the default (see LocalBasementService.ONE_GOOGLE_SERVER_SPEC_DEFAULT).
setOneGoogleStub(OneGoogleServerProto.OneGoogleService.Stub) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Configure the LocalBasementServiceTestConfig to create the LocalBasementService to use the the specified OneGoogleServerProto.OneGoogleService.Stub to send RPCs to the OneGoogleService server.
setOption(int, Object) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
setPassword(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the password to be passed to the underlying local JDBC driver.
setProtoStream(OutputStream) - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
Deprecated.
setQueueXmlPath(String) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Overrides the location of queue.xml.
setRemainingMillisTimer(LocalServiceTestHelper.RequestMillisTimer) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the object that will return the value to be returned by ApiProxy.getCurrentEnvironment().getRemainingMillis()
setRemoteClientFactory(Class<? extends SqlClientFactory>) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the remote client factory class.
setServerType(LocalRdbmsService.ServerType) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the server type to either hosted or local.
setShouldCopyApiProxyEnvironment(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Enables copying of the ApiProxy.Environment to task handler threads.
setSimulateProdLatencies(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Determines whether or not local services should simulate production latencies.
setSocketOptions(SetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
setSocketOptions(Status, SetSocketOptionsRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
setSocketPermissions(boolean, boolean, boolean, boolean) - Static method in class com.google.appengine.api.socket.dev.SocketPermissions
Set the socket permissions for the current environment.
setStoreDelayMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long to wait before updating the persistent store.
setTaskExecutionLatch(CountDownLatch) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Sets a CountDownLatch that the thread executing the task will decrement after a LocalTaskQueueCallback finishes execution.
setTimeToLive(int) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
setTimeZone(TimeZone) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the time zone in which tests will execute.
setTTL(byte) - Method in class com.google.appengine.api.socket.dev.DatagramSocketImplAccessor
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
Does nothing.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
setUp() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestConfig
Set up the local service.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Set up an environment in which tests that use local services can execute.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 
setUser(String) - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
Sets the user to be passed to the underlying local JDBC driver.
shutDown(ShutDownRequest) - Method in class com.google.appengine.api.socket.dev.LocalDatagramSocket
 
shutDown(Status, ShutDownRequest) - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
SocketPermissions - Class in com.google.appengine.api.socket.dev
Indicates what aspects of socket services the application is allowed to use in the development server.
SocketPermissions(boolean, boolean, boolean, boolean) - Constructor for class com.google.appengine.api.socket.dev.SocketPermissions
 
start() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
start() - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
start() - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
stop() - Method in class com.google.appengine.api.conversion.dev.LocalConversionService
stop() - Method in class com.google.appengine.api.socket.dev.LocalSocketService
 
stop() - Method in class com.google.appengine.api.xmpp.dev.LocalXMPPService
 
subscribe(Status, SubscribeRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
Add a subscription.
SUBSCRIPTION_MAP_KIND - Static variable in class com.google.appengine.api.prospectivesearch.dev.ProspectiveSearchReservedKinds
 

T

tearDown() - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalBasementServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalChannelServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalConversionServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
Does nothing.
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalRdbmsServiceTestConfig
 
tearDown() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestConfig
Tear down the local service.
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Tear down the environment in which tests that use local services can execute.
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 
toString() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 

U

unsubscribe(Status, UnsubscribeRequest) - Method in class com.google.appengine.api.prospectivesearch.dev.LocalSearchService
Remove the subscription matching the given UnsubscribeResponse's topic and id.

V

valueOf(String) - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
visitConjunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a conjunction (logical and) of conditions.
visitContains(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents that a field must contain a value.
visitDisjunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a disjunction (logical or) of conditions.
visitEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents that a field value must be greater than or equal to some specified value.
visitFunction(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
 
visitFuzzy(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a text field that is subject to query rewrite.
visitGlobal(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
 
visitGreaterOrEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents an inequality between a field and value.
visitGreaterThan(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents that a field value must be greater than some specified value.
visitLessOrEqual(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents that a field value must be less than or equal to some specified value.
visitLessThan(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents that a field value must be less than some specified value.
visitLiteral(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a text field that must not be altered.
visitNegation(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a negation of conditions.
visitOther(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Catch-all method for future type of query nodes.
visitSequence(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
 
visitValue(Tree, BooleanQueryContext) - Method in class com.google.appengine.api.prospectivesearch.dev.QueryEvaluator
Visits a node that represents a constant value.

W

withAfterClasses(Statement) - Method in class com.google.appengine.tools.development.testing.DevAppServerTestRunner
 
A B C D E G I J L M N P Q R S T U V W