java.lang.Object
de.grogra.pf.registry.Plugin
de.grogra.gpuflux.GPUFlux
- All Implemented Interfaces:
RegistryContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanInitializes 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:PluginInitializes 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:
initializein classPlugin- Returns:
trueiff plugin shall be enabled
-