Package org.apache.groovy.contracts.util
Class LifecycleImplementationLoader<S>
- java.lang.Object
-
- org.apache.groovy.contracts.util.LifecycleImplementationLoader<S>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<S>
iterator()
static <S> LifecycleImplementationLoader<S>
load(Class<S> service, ClassLoader loader)
Creates a newLifecycle
for the given type and class loader.void
reload()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
reload
public void reload()
-
load
public static <S> LifecycleImplementationLoader<S> load(Class<S> service, ClassLoader loader)
Creates a newLifecycle
for the given type and class loader.
-
-