org.xnap.plugin.openantivirus
Class OAVPlugin

java.lang.Object
  extended by org.xnap.plugin.AbstractPlugin
      extended by org.xnap.plugin.openantivirus.OAVPlugin
All Implemented Interfaces:
Plugin

public class OAVPlugin
extends AbstractPlugin

Provides an anti-virus plugin based on OpenAntiVirus.


Constructor Summary
OAVPlugin()
           
 
Method Summary
static OAVPlugin getInstance()
           
static OAVPreferences getPreferences()
           
static org.openantivirus.virushammer.ScannerThread getScannerThread()
           
 void start()
          Starts the plugin.
 void startGUI()
          Starts the GUI of the plugin.
 void stop()
          Stops the plugin.
 void stopGUI()
          Stops the GUI of the plugin.
 
Methods inherited from class org.xnap.plugin.AbstractPlugin
getInfo, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAVPlugin

public OAVPlugin()
Method Detail

getInstance

public static OAVPlugin getInstance()

getPreferences

public static OAVPreferences getPreferences()

getScannerThread

public static org.openantivirus.virushammer.ScannerThread getScannerThread()

start

public void start()
Starts the plugin.


startGUI

public void startGUI()
Starts the GUI of the plugin.


stop

public void stop()
Stops the plugin. Disposes all singletons.


stopGUI

public void stopGUI()
Stops the GUI of the plugin.



Copyright © 2001-2005 XNap Team. All Rights Reserved.