Uses of Class
org.killbill.billing.osgi.api.config.PluginLanguage
-
Packages that use PluginLanguage Package Description org.killbill.billing.osgi.api org.killbill.billing.osgi.api.config -
-
Uses of PluginLanguage in org.killbill.billing.osgi.api
Methods in org.killbill.billing.osgi.api with parameters of type PluginLanguage Modifier and Type Method Description voidPluginsInfoApi. notifyOfStateChanged(PluginStateChange newState, String pluginKey, String pluginName, String pluginVersion, PluginLanguage pluginLanguage)Notify OSGI component that a new plugin was installed (downloaded) on the file system. -
Uses of PluginLanguage in org.killbill.billing.osgi.api.config
Methods in org.killbill.billing.osgi.api.config that return PluginLanguage Modifier and Type Method Description PluginLanguagePluginConfig. getPluginLanguage()static PluginLanguagePluginLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginLanguage[]PluginLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-