java.lang.Object
de.grogra.pf.registry.Plugin
de.grogra.ext.povray.POVPlugin
- All Implemented Interfaces:
RegistryContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
startup()
This method is invoked when the plugin is activated, i.e., when the first class defined by the plugin is loaded (except for the Plugin class itself).Methods inherited from class de.grogra.pf.registry.Plugin
checkConfigure, getI18NBundle, getPluginDescriptor, getRegistry, initialize, shutdown
-
Constructor Details
-
POVPlugin
public POVPlugin()
-
-
Method Details
-
startup
public void startup()Description copied from class:Plugin
This method is invoked when the plugin is activated, i.e., when the first class defined by the plugin is loaded (except for the Plugin class itself). The default implementation executes all executable items in the directory/hooks/startup/name
, wherename
is the name of the plugin.The method
Plugin.initialize()
has been invoked before. Only if this invocation has returnedtrue
, the plugin may be activated.
-