public interface ContainerCreator<T extends Container>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerCreator.NoOp |
| Modifier and Type | Method and Description |
|---|---|
T |
create(@NotNull Blade blade,
@NotNull java.lang.String label)
Creates a new container instance.
|
@NotNull T create(@NotNull @NotNull Blade blade, @NotNull @NotNull java.lang.String label) throws java.lang.Exception
blade - the blade instancelabel - the label used to execute the commandjava.lang.Exception