Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.antivirus.exceptions.ParsingException

  • Packages that use ParsingException 
    Package Description
    com.ibm.tivoli.maximo.antivirus.impl.icap.result  
    com.ibm.tivoli.maximo.antivirus.interfaces  
    • Uses of ParsingException in com.ibm.tivoli.maximo.antivirus.impl.icap.result

      Methods in com.ibm.tivoli.maximo.antivirus.impl.icap.result that throw ParsingException 
      Modifier and Type Method and Description
      Infection ICAPResult.getInfectionFound() 
      java.util.List ICAPResult.getViolationsFound() 
      void ICAPViolation.setFileName(java.lang.String fileName)
      Stores the File name as returned from the scanner
      void ICAPInfection.setResolution(int resolution)
      This function takes care of the mapping from an integer to an actual enumeration for the "resolution" type...
      void ICAPViolation.setResolutionID(int resolutionID)
      This function takes care of the mapping from an integer to an actual enumeration for the "resolution_id" type...
      void ICAPInfection.setThreat(java.lang.String threat)
      This function stores the name of the threat, typically a virus name...
      void ICAPInfection.setType(int type)
      This function takes care of mapping from an integer to an actual enumeration for the infection type...
      void ICAPViolation.setViolationType(java.lang.String violationType)
      The type of violation in human readable form from the scanner
      Constructors in com.ibm.tivoli.maximo.antivirus.impl.icap.result that throw ParsingException 
      Constructor and Description
      ICAPResult(GenericClientResponse response) 
    • Uses of ParsingException in com.ibm.tivoli.maximo.antivirus.interfaces

      Methods in com.ibm.tivoli.maximo.antivirus.interfaces that throw ParsingException 
      Modifier and Type Method and Description
      Infection AVScannerResult.getInfectionFound()
      Returns back the infection information if there was any.
      java.util.List AVScannerResult.getViolationsFound()
      A list of violations, there possibly can be more than one violation returned from the virus scanner, such as "infected, and policy violation" for example.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes