Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
hasNext() |
|
public Iterator<S> |
iterator() |
<S> |
public static LifecycleImplementationLoader<S> |
load(Class<S> service, ClassLoader loader) Creates a new Lifecycle for the given type and class loader. |
|
public S |
next() |
|
public void |
reload() |
|
public void |
remove() |
Creates a new Lifecycle for the given type and class loader.