java.lang.Object
de.grogra.pf.registry.Plugin
de.grogra.gpuflux.GPUFlux
- All Implemented Interfaces:
RegistryContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Initializes the plugin during booting of application.Methods inherited from class de.grogra.pf.registry.Plugin
checkConfigure, getI18NBundle, getPluginDescriptor, getRegistry, shutdown, startup
-
Field Details
-
I18N
-
-
Constructor Details
-
GPUFlux
public GPUFlux()
-
-
Method Details
-
initialize
public boolean initialize()Description copied from class:Plugin
Initializes the plugin during booting of application. If this method returnsfalse
, the plugin is disabled throughout the lifetime of the application.The default implementation simply returns
true
. Subclasses may override this method if they have to check some preconditions which are required by their plugin.- Overrides:
initialize
in classPlugin
- Returns:
true
iff plugin shall be enabled
-