org.sleuthkit.autopsy.datamodel/0 0.0 1

org.sleuthkit.autopsy.datamodel
Class Installer

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.modules.ModuleInstall
          extended by org.sleuthkit.autopsy.datamodel.Installer
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class Installer
extends org.openide.modules.ModuleInstall

Installer checks that the JNI library is working when the module is loaded.

See Also:
Serialized Form

Constructor Summary
Installer()
           
 
Method Summary
 void validate()
           
 
Methods inherited from class org.openide.modules.ModuleInstall
clearSharedData, close, closing, installed, restored, uninstalled, updated
 
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 java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer()
Method Detail

validate

public void validate()
              throws java.lang.IllegalStateException
Overrides:
validate in class org.openide.modules.ModuleInstall
Throws:
java.lang.IllegalStateException

org.sleuthkit.autopsy.datamodel/0 0.0 1