Uses of Class
edu.ntnu.item.jt.system.Scanner

Packages that use Scanner
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

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

Methods in edu.ntnu.item.jt.system that return Scanner
 Scanner ScanResult.getScanner()
          Get the scanner used to perform this scan operation.
 Scanner AVUpdateResult.getScanner()
          Get the scanner object involved in the update operation.
 

Methods in edu.ntnu.item.jt.system that return types with arguments of type Scanner
 ArrayList<Scanner> Connector.getScanners()
          Getter for the scanner array list.
 

Constructors in edu.ntnu.item.jt.system with parameters of type Scanner
AVUpdateResult(Scanner scanner)
          Constructor for AVUpdateResult.
ScanResult(Scanner scanner)
           
 

Constructor parameters in edu.ntnu.item.jt.system with type arguments of type Scanner
ThreadHandler(ArrayList<Scanner> scanners)
          Instantiates a ThreadHandler.