Uses of Class
edu.ntnu.item.jt.system.configbeans.AVUpdateInfoBean

Packages that use AVUpdateInfoBean
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
edu.ntnu.item.jt.system.configbeans Annotated config beans used by Simple to perform easy serialization and deserialization of XML 
 

Uses of AVUpdateInfoBean in edu.ntnu.item.jt.system
 

Constructors in edu.ntnu.item.jt.system with parameters of type AVUpdateInfoBean
Scanner(GuestOS scanMachine, String name, String avEnginePath, String parameters, String remoteLogPath, LogFilter avScanFilter, AVUpdateInfoBean avUpdateBean, AVRealTimeScanBean realTimeScanBean)
          Constructor for scanner class.
 

Uses of AVUpdateInfoBean in edu.ntnu.item.jt.system.configbeans
 

Methods in edu.ntnu.item.jt.system.configbeans that return AVUpdateInfoBean
 AVUpdateInfoBean AVEngineBean.getAvUpdate()
           
 

Methods in edu.ntnu.item.jt.system.configbeans with parameters of type AVUpdateInfoBean
 void AVEngineBean.setAvUpdate(AVUpdateInfoBean avUpdate)