Class PluginDataConverter
- java.lang.Object
-
- top.focess.command.DataConverter<T>
-
- top.focess.command.converter.NullDataConverter<Plugin>
-
- top.focess.qq.api.command.converter.PluginDataConverter
-
public class PluginDataConverter extends top.focess.command.converter.NullDataConverter<Plugin>
Convert the String argument to Plugin argument
-
-
Field Summary
Fields Modifier and Type Field Description static PluginDataConverterPLUGIN_DATA_CONVERTERConvert the String argument to Plugin argument
-
Constructor Summary
Constructors Constructor Description PluginDataConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pluginconvert(String arg)protected Class<Plugin>getTargetClass()
-
-
-
Field Detail
-
PLUGIN_DATA_CONVERTER
public static final PluginDataConverter PLUGIN_DATA_CONVERTER
Convert the String argument to Plugin argument
-
-