public interface Plugin<P>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Plugin.Builder<A> |
static interface |
Plugin.Context |
| Modifier and Type | Method and Description |
|---|---|
<A> Plugin.Builder<A> |
builder() |
default <A> Plugin.Builder<A> |
builder(Function<? super A,? extends P> stateProvider) |
Plugin.Context |
create(P pluginState) |
Plugin.Context create(P pluginState)
<A> Plugin.Builder<A> builder()
default <A> Plugin.Builder<A> builder(Function<? super A,? extends P> stateProvider)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.