Uses of Class
edu.ntnu.item.jt.system.errors.InvalidFileException

Packages that use InvalidFileException
edu.ntnu.item.jt.configloader Provides functionality to read from and write to a PowerScan XML configuration file and to read from a properties file 
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

Uses of InvalidFileException in edu.ntnu.item.jt.configloader
 

Methods in edu.ntnu.item.jt.configloader that throw InvalidFileException
 PowerScanBean XMLParser.parse(File xmlConfig)
          Parses the supplied XML structured configuration file.
 

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

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

Constructors in edu.ntnu.item.jt.system that throw InvalidFileException
Connector(File xmlConfig)
          Constructor for the connector class.
PowerScan(String xmlConfigFile, String properties)
          Instantiates a new PowerScan object.