|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseErrors | |
---|---|
org.guiceyfruit | |
org.guiceyfruit.support | |
org.guiceyfruit.support.internal |
Uses of CloseErrors in org.guiceyfruit |
---|
Methods in org.guiceyfruit with parameters of type CloseErrors | |
---|---|
static void |
Injectors.close(com.google.inject.Injector injector,
java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotationToClose,
CloseErrors errors)
Closes objects within the given scope using the currently registered Closer
implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
CloseErrors errors)
Closes objects within the given scope using the currently registered Closer
implementations |
Uses of CloseErrors in org.guiceyfruit.support |
---|
Methods in org.guiceyfruit.support with parameters of type CloseErrors | |
---|---|
static void |
Closers.close(java.lang.Object key,
java.lang.Object objectToBeClosed,
Closer closer,
CloseErrors errors)
Closes the given object with the Closer if the object is not null |
Uses of CloseErrors in org.guiceyfruit.support.internal |
---|
Classes in org.guiceyfruit.support.internal that implement CloseErrors | |
---|---|
class |
CloseErrorsImpl
The default implementation of @{link CloseErrors} |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |