Uses of Class
edu.ntnu.item.jt.VMware.errors.CreateSnapshotException

Packages that use CreateSnapshotException
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 CreateSnapshotException in edu.ntnu.item.jt.system
 

Methods in edu.ntnu.item.jt.system that throw CreateSnapshotException
 ScanResult Scanner.executeMalwareSample(File malwareSample, boolean takeSnapshotBeforeExecution, boolean revertToSnapshotAfterExecution)
          Executes the supplied malware sample on the virtual machine associated with this scanner.
 ArrayList<DynamicAnalysisResult> Executor.executeTools(File localSamplePath, boolean takeSnapshotBeforeExecute)
          Executes the tools installed on the given Guest OS.
 ScanResult Scanner.scan(File localSamplePath, boolean takeSnapshotBeforeScan, boolean revertToSnapshotAfterScan)
          Performs a scan operation on a remote machine.
 

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

Methods in edu.ntnu.item.jt.VMware that throw CreateSnapshotException
 void GuestOS.takeSnapshot(String name, String description, boolean includeMemory)
          Take a snapshot of the current state in the virtual machine (guest OS).