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
    Constructor
    Description
    Default constructor for the installer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.openide.modules.ModuleInstall

    clearSharedData, close, closing, installed, updated, validate

    Methods 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

    Methods inherited from class Object

    clone, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnahataInstaller

      public AnahataInstaller()
      Default constructor for the installer.
  • Method Details

    • restored

      public void restored()
      Overrides:
      restored in class org.openide.modules.ModuleInstall
    • uninstalled

      public void uninstalled()
      Overrides:
      uninstalled in class org.openide.modules.ModuleInstall