Uses of Class
org.hansken.plugin.extraction.api.PluginType
-
Packages that use PluginType Package Description org.hansken.plugin.extraction.api 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 PluginType Modifier and Type Method Description PluginTypePluginInfo. pluginType()static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type PluginType Modifier and Type Method Description static PluginInfo.BuilderPluginInfo. builderFor(PluginType type)Start creating newplugin informationfor a plugin of given type.
-