Uses of Class
com.tarsolution.notifyman.shared.plugin.PluginTypeEnum
-
Packages that use PluginTypeEnum Package Description com.tarsolution.notifyman.shared.plugin -
-
Uses of PluginTypeEnum in com.tarsolution.notifyman.shared.plugin
Methods in com.tarsolution.notifyman.shared.plugin that return PluginTypeEnum Modifier and Type Method Description PluginTypeEnum
PluginInfo. getPluginType()
static PluginTypeEnum
PluginTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginTypeEnum[]
PluginTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tarsolution.notifyman.shared.plugin with parameters of type PluginTypeEnum Modifier and Type Method Description void
PluginInfo. setPluginType(PluginTypeEnum pluginType)
Constructors in com.tarsolution.notifyman.shared.plugin with parameters of type PluginTypeEnum Constructor Description PluginInfo(PluginTypeEnum pluginType, String name)
PluginInfo(PluginTypeEnum pluginType, String name, String version)
PluginInfo(PluginTypeEnum pluginType, String name, String version, String author, String description, Map<String,Object> configuration)
-