public abstract class PluginAbstract<R extends PluginParam,T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginAbstract.Arg |
| Constructor and Description |
|---|
PluginAbstract(Class<?> r) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
content(T t) |
abstract T |
func(R args) |
void |
setArgs(List<PluginAbstract.Arg> args) |
void |
setRequired(List<String> required) |
Copyright © 2023 grt1228. All rights reserved.