A C D F G I M N O P R S T U W

A

and() - Method in class com.jayway.awaitility.core.ConditionFactory
A method to increase the readability of the Awaitility DSL.
andAnnotatedWith(Class<? extends Annotation>) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
Find a field based on a name, type and annotation.
andAnnotatedWith(Class<? extends Annotation>) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
Find a field based on the type and an annotation.
andOfType(Class<S>) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
Find a field based on the annotation and field type.
andWithName(String) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
Find a field based on the type and name.
andWithName(String) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
Find a field based on the annotation and field name.
andWithName(String) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
Find a field based on the type and name.
atMost(Duration) - Method in class com.jayway.awaitility.core.ConditionFactory
Await at most timeout before throwing a timeout exception.
atMost(long, TimeUnit) - Method in class com.jayway.awaitility.core.ConditionFactory
Await at most timeout before throwing a timeout exception.
await() - Static method in class com.jayway.awaitility.Awaitility
Start building an await statement.
await(String) - Static method in class com.jayway.awaitility.Awaitility
Start building a named await statement.
await() - Method in class com.jayway.awaitility.core.ConditionFactory
Await for an asynchronous operation.
await(String) - Method in class com.jayway.awaitility.core.ConditionFactory
Await for an asynchronous operation and give this await instance a particular name.
Awaitility - Class in com.jayway.awaitility
Awaitility is a small Java DSL for synchronizing (waiting for) asynchronous operations.
Awaitility() - Constructor for class com.jayway.awaitility.Awaitility
 

C

call() - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
 
call() - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
 
call() - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
 
call() - Method in class com.jayway.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
 
CannotCreateProxyException - Exception in com.jayway.awaitility.proxy
The Class CannotCreateProxyException.
CannotCreateProxyException(String) - Constructor for exception com.jayway.awaitility.proxy.CannotCreateProxyException
Instantiates a new cannot create proxy exception.
catchUncaughtExceptions() - Static method in class com.jayway.awaitility.Awaitility
Catching uncaught exceptions in other threads.
catchUncaughtExceptions() - Method in class com.jayway.awaitility.core.ConditionFactory
Instruct Awaitility to catch uncaught exceptions from other threads.
catchUncaughtExceptionsByDefault() - Static method in class com.jayway.awaitility.Awaitility
Instruct Awaitility to catch uncaught exceptions from other threads by default.
com.jayway.awaitility - package com.jayway.awaitility
 
com.jayway.awaitility.core - package com.jayway.awaitility.core
 
com.jayway.awaitility.proxy - package com.jayway.awaitility.proxy
 
com.jayway.awaitility.reflect - package com.jayway.awaitility.reflect
 
com.jayway.awaitility.reflect.exception - package com.jayway.awaitility.reflect.exception
 
com.jayway.awaitility.spi - package com.jayway.awaitility.spi
 
ConditionFactory - Class in com.jayway.awaitility.core
A factory for creating Condition objects.
ConditionFactory(String, Duration, Duration, Duration, boolean) - Constructor for class com.jayway.awaitility.core.ConditionFactory
Instantiates a new condition factory.
ConditionFactory(Duration, Duration, Duration, boolean) - Constructor for class com.jayway.awaitility.core.ConditionFactory
Instantiates a new condition factory.
create(Class<? extends Object>, InvocationHandler) - Static method in class com.jayway.awaitility.proxy.ProxyCreator
 
createProxy(Object) - Static method in class com.jayway.awaitility.core.MethodCallRecorder
 

D

doNotCatchUncaughtExceptionsByDefault() - Static method in class com.jayway.awaitility.Awaitility
Instruct Awaitility not to catch uncaught exceptions from other threads.
dontCatchUncaughtExceptions() - Static method in class com.jayway.awaitility.Awaitility
Don't catch uncaught exceptions in other threads.
dontCatchUncaughtExceptions() - Method in class com.jayway.awaitility.core.ConditionFactory
Don't catch uncaught exceptions in other threads.
Duration - Class in com.jayway.awaitility
 
Duration(long, TimeUnit) - Constructor for class com.jayway.awaitility.Duration
 

F

FieldAnnotationMatcherStrategy - Class in com.jayway.awaitility.reflect
 
FieldAnnotationMatcherStrategy(Class<? extends Annotation>) - Constructor for class com.jayway.awaitility.reflect.FieldAnnotationMatcherStrategy
 
fieldIn(Object) - Static method in class com.jayway.awaitility.Awaitility
Await until an instance field matches something.
fieldIn(Class<?>) - Static method in class com.jayway.awaitility.Awaitility
Await until a static field matches something.
FieldNotFoundException - Exception in com.jayway.awaitility.reflect.exception
A run-time exception that may be thrown to indicate that a field was not found.
FieldNotFoundException(String) - Constructor for exception com.jayway.awaitility.reflect.exception.FieldNotFoundException
Constructs a new exception with the specified detail message.
FieldSupplierBuilder - Class in com.jayway.awaitility.core
The field supplier builder allows you to create a supplier based a field.
FieldSupplierBuilder(Object) - Constructor for class com.jayway.awaitility.core.FieldSupplierBuilder
 
FieldSupplierBuilder.AnnotationFieldSupplier<T> - Class in com.jayway.awaitility.core
 
FieldSupplierBuilder.AnnotationFieldSupplier() - Constructor for class com.jayway.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
 
FieldSupplierBuilder.NameAndAnnotationFieldSupplier<T> - Class in com.jayway.awaitility.core
 
FieldSupplierBuilder.NameAndAnnotationFieldSupplier() - Constructor for class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
 
FieldSupplierBuilder.NameAndTypeFieldSupplier<T> - Class in com.jayway.awaitility.core
 
FieldSupplierBuilder.NameAndTypeFieldSupplier() - Constructor for class com.jayway.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
 
FieldSupplierBuilder.NameFieldSupplier<T> - Class in com.jayway.awaitility.core
 
FieldSupplierBuilder.NameFieldSupplier() - Constructor for class com.jayway.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
 
FIVE_HUNDRED_MILLISECONDS - Static variable in class com.jayway.awaitility.Duration
 
FIVE_MINUTES - Static variable in class com.jayway.awaitility.Duration
 
FIVE_SECONDS - Static variable in class com.jayway.awaitility.Duration
 
forever() - Method in class com.jayway.awaitility.core.ConditionFactory
Await forever until the condition is satisfied.
FOREVER - Static variable in class com.jayway.awaitility.Duration
 

G

getByNameAndType(Object, String, Class<T>) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
 
getDefaultValue(Class<?>) - Static method in class com.jayway.awaitility.proxy.TypeUtils
Get the default value for a type.
getDefaultValue(String) - Static method in class com.jayway.awaitility.proxy.TypeUtils
Get the default value of a type with based on its fully-qualified name.
getFieldAnnotatedWith(Object, Class<? extends Annotation>) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Get field annotated with a particular annotation.
getInternalState(Object, String) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Get the value of a field using reflection.
getInternalState(Object, Class<T>) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Get the value of a field using reflection.
getLastArgs() - Static method in class com.jayway.awaitility.core.MethodCallRecorder
 
getLastMethod() - Static method in class com.jayway.awaitility.core.MethodCallRecorder
 
getLastTarget() - Static method in class com.jayway.awaitility.core.MethodCallRecorder
 
getTimeUnit() - Method in class com.jayway.awaitility.Duration
 
getType(Object) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Gets the type.
getValue() - Method in class com.jayway.awaitility.Duration
 
getValueInMS() - Method in class com.jayway.awaitility.Duration
 
given() - Static method in class com.jayway.awaitility.Awaitility
Start constructing an await statement given some settings.
given() - Method in class com.jayway.awaitility.core.ConditionFactory
A method to increase the readability of the Awaitility DSL.

I

isClass(Object) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Checks if is class.

M

matches(Field) - Method in class com.jayway.awaitility.reflect.FieldAnnotationMatcherStrategy
 
MethodCallRecorder - Class in com.jayway.awaitility.core
 
MethodCallRecorder() - Constructor for class com.jayway.awaitility.core.MethodCallRecorder
 

N

notFound(Class<?>, boolean) - Method in class com.jayway.awaitility.reflect.FieldAnnotationMatcherStrategy
 

O

ofType(Class<T>) - Method in class com.jayway.awaitility.core.FieldSupplierBuilder
Find a field based on a type.
ONE_HUNDRED_MILLISECONDS - Static variable in class com.jayway.awaitility.Duration
 
ONE_MINUTE - Static variable in class com.jayway.awaitility.Duration
 
ONE_SECOND - Static variable in class com.jayway.awaitility.Duration
 

P

pollDelay(long, TimeUnit) - Method in class com.jayway.awaitility.core.ConditionFactory
Specify the delay that will be used before Awaitility starts polling for the result the first time.
pollDelay(Duration) - Method in class com.jayway.awaitility.core.ConditionFactory
Specify the delay that will be used before Awaitility starts polling for the result the first time.
pollInterval(Duration) - Method in class com.jayway.awaitility.core.ConditionFactory
Specify the polling interval Awaitility will use for this await statement.
pollInterval(long, TimeUnit) - Method in class com.jayway.awaitility.core.ConditionFactory
Specify the polling interval Awaitility will use for this await statement.
ProxyCreator - Class in com.jayway.awaitility.proxy
 

R

reset() - Static method in class com.jayway.awaitility.Awaitility
Reset the timeout, poll interval, poll delay, uncaught exception handling to their default values:
reset() - Static method in class com.jayway.awaitility.core.MethodCallRecorder
 

S

SAME_AS_POLL_INTERVAL - Static variable in class com.jayway.awaitility.Duration
 
setDefaultPollDelay(long, TimeUnit) - Static method in class com.jayway.awaitility.Awaitility
Sets the default poll delay all await statements will use.
setDefaultPollDelay(Duration) - Static method in class com.jayway.awaitility.Awaitility
Sets the default poll delay that all await statements will use.
setDefaultPollInterval(long, TimeUnit) - Static method in class com.jayway.awaitility.Awaitility
Sets the default poll interval that all await statements will use.
setDefaultPollInterval(Duration) - Static method in class com.jayway.awaitility.Awaitility
Sets the default poll interval that all await statements will use.
setDefaultTimeout(long, TimeUnit) - Static method in class com.jayway.awaitility.Awaitility
Sets the default timeout all await statements will use.
setDefaultTimeout(Duration) - Static method in class com.jayway.awaitility.Awaitility
Sets the default timeout that all await statements will use.

T

TEN_MINUTES - Static variable in class com.jayway.awaitility.Duration
 
TEN_SECONDS - Static variable in class com.jayway.awaitility.Duration
 
then() - Method in class com.jayway.awaitility.core.ConditionFactory
A method to increase the readability of the Awaitility DSL.
throwExceptionIfFieldWasNotFound(Class<?>, String, Field) - Static method in class com.jayway.awaitility.reflect.WhiteboxImpl
Throw exception if field was not found.
timeout(Duration) - Method in class com.jayway.awaitility.core.ConditionFactory
Await at most timeout before throwing a timeout exception.
timeout(long, TimeUnit) - Method in class com.jayway.awaitility.core.ConditionFactory
Await at most timeout before throwing a timeout exception.
Timeout - Class in com.jayway.awaitility.spi
Allow Awaitility extensions to define their own error messages.
Timeout() - Constructor for class com.jayway.awaitility.spi.Timeout
 
timeout_message - Static variable in class com.jayway.awaitility.spi.Timeout
 
to(S) - Static method in class com.jayway.awaitility.Awaitility
Await until a specific method invocation returns something.
TooManyFieldsFoundException - Exception in com.jayway.awaitility.reflect.exception
A run-time exception that may be thrown to indicate that too many fields were found.
TooManyFieldsFoundException(String) - Constructor for exception com.jayway.awaitility.reflect.exception.TooManyFieldsFoundException
Constructs a new exception with the specified detail message.
toString() - Method in class com.jayway.awaitility.reflect.FieldAnnotationMatcherStrategy
 
TWO_HUNDRED_MILLISECONDS - Static variable in class com.jayway.awaitility.Duration
 
TWO_MINUTES - Static variable in class com.jayway.awaitility.Duration
 
TWO_SECONDS - Static variable in class com.jayway.awaitility.Duration
 
TypeUtils - Class in com.jayway.awaitility.proxy
Utilities for types.
TypeUtils() - Constructor for class com.jayway.awaitility.proxy.TypeUtils
 

U

until(Callable<T>, Matcher<T>) - Method in class com.jayway.awaitility.core.ConditionFactory
Await until a Callable supplies a value matching the specified Matcher.
until(Callable<Boolean>) - Method in class com.jayway.awaitility.core.ConditionFactory
Await until a Callable returns true.
untilCall(T, Matcher<T>) - Method in class com.jayway.awaitility.core.ConditionFactory
Specify the condition that must be met when waiting for a method call.

W

waitAtMost(Duration) - Static method in class com.jayway.awaitility.Awaitility
An alternative to using Awaitility.await() if you want to specify a timeout directly.
waitAtMost(long, TimeUnit) - Static method in class com.jayway.awaitility.Awaitility
An alternative to using Awaitility.await() if you want to specify a timeout directly.
WhiteboxImpl - Class in com.jayway.awaitility.reflect
Various utilities for accessing internals of a class.
WhiteboxImpl() - Constructor for class com.jayway.awaitility.reflect.WhiteboxImpl
 
with() - Static method in class com.jayway.awaitility.Awaitility
Start constructing an await statement with some settings.
with() - Method in class com.jayway.awaitility.core.ConditionFactory
A method to increase the readability of the Awaitility DSL.

A C D F G I M N O P R S T U W

Copyright © 2010. All Rights Reserved.