Uses of Class
edu.ntnu.item.jt.VMware.GuestOS

Packages that use GuestOS
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.VMware Provides an object oriented view of the VMware Vix C library. 
 

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

Methods in edu.ntnu.item.jt.system that return GuestOS
 GuestOS Scanner.getScanMachine()
          Get the scan machine (guest OS) used by this scanner.
 

Constructors in edu.ntnu.item.jt.system with parameters of type GuestOS
Executor(ArrayList<DynamicAnalysisToolBean> daToolBeans, GuestOS guestOS)
          Constructs a new Executor representing a GuestOS
Scanner(GuestOS scanMachine, String name, String avEnginePath, String parameters, String remoteLogPath, LogFilter avScanFilter, AVUpdateInfoBean avUpdateBean, AVRealTimeScanBean realTimeScanBean)
          Constructor for scanner class.
 

Uses of GuestOS in edu.ntnu.item.jt.VMware
 

Methods in edu.ntnu.item.jt.VMware that return GuestOS
 GuestOS VMwareServer.openVM(String vmxFilePathName, String username, String password)
          Load a VM in the VMWare server.
 

Constructors in edu.ntnu.item.jt.VMware with parameters of type GuestOS
CallbackProc(GuestOS guestOS)
          Creates a new CallbackProc instance.