|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Closer | |
---|---|
org.guiceyfruit.jsr250 | JSR 250 integration |
org.guiceyfruit.support |
Uses of Closer in org.guiceyfruit.jsr250 |
---|
Classes in org.guiceyfruit.jsr250 that implement Closer | |
---|---|
class |
PreDestroyCloser
Supports the PreDestroy annotation lifecycle from JSR250. |
Uses of Closer in org.guiceyfruit.support |
---|
Classes in org.guiceyfruit.support that implement Closer | |
---|---|
class |
CompositeCloser
A Composite implementation of Closer |
Methods in org.guiceyfruit.support that return Closer | |
---|---|
static Closer |
CompositeCloser.newInstance(java.util.Collection<Closer> closers)
Returns a Closer for the given lists of closer strategies
or returning null if the collection is empty |
Methods in org.guiceyfruit.support with parameters of type Closer | |
---|---|
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 |
Method parameters in org.guiceyfruit.support with type arguments of type Closer | |
---|---|
static Closer |
CompositeCloser.newInstance(java.util.Collection<Closer> closers)
Returns a Closer for the given lists of closer strategies
or returning null if the collection is empty |
Constructor parameters in org.guiceyfruit.support with type arguments of type Closer | |
---|---|
CompositeCloser(java.lang.Iterable<Closer> closers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |