public class PluginArgument
extends java.lang.Object
Plugin constuctor.| Modifier and Type | Field and Description |
|---|---|
int |
index
The argument index.
|
java.lang.String |
value
The argument value.
|
| Constructor and Description |
|---|
PluginArgument() |
| Modifier and Type | Method and Description |
|---|---|
Plugin.Factory.UsingReflection.ArgumentResolver |
toArgumentResolver()
Resolves this plugin argument to an argument resolver.
|
public int index
public java.lang.String value
public Plugin.Factory.UsingReflection.ArgumentResolver toArgumentResolver()