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

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

Methods in edu.ntnu.item.jt.system that throw FileExecutionException
 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 FileExecutionException in edu.ntnu.item.jt.VMware
 

Methods in edu.ntnu.item.jt.VMware that throw FileExecutionException
 void GuestOS.runProgramInGuest(String programPath, String commandLineArgs)
          Run a executable file in the guest OS.
 void GuestOS.runProgramInGuestNonBlocking(String programPath, String commandLineArgs)
          Run a program in the guest OS without blocking call or any callback procedure.