Uses of Enum Class
org.hansken.plugin.extraction.api.PluginType
Packages that use PluginType
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of PluginType in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return PluginTypeModifier and TypeMethodDescriptionPluginInfo.pluginType()static PluginTypeReturns the enum constant of this class with the specified name.static PluginType[]PluginType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type PluginTypeModifier and TypeMethodDescriptionstatic PluginInfo.BuilderPluginInfo.builderFor(PluginType type) Start creating newplugin informationfor a plugin of given type.