Class AnahataInstaller
java.lang.Object
org.openide.util.SharedClassObject
org.openide.modules.ModuleInstall
uno.anahata.ai.nb.AnahataInstaller
- All Implemented Interfaces:
Externalizable, Serializable
public class AnahataInstaller
extends org.openide.modules.ModuleInstall
The NetBeans module installer responsible for lifecycle management.
It handles the initialization of the AI environment and the session handoff
mechanism during plugin reloads.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, closing, installed, updated, validateMethods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, initialize, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
-
Constructor Details
-
AnahataInstaller
public AnahataInstaller()Default constructor for the installer.
-
-
Method Details
-
restored
public void restored()- Overrides:
restoredin classorg.openide.modules.ModuleInstall
-
uninstalled
public void uninstalled()- Overrides:
uninstalledin classorg.openide.modules.ModuleInstall
-
