Class FingerPrint

java.lang.Object
com.itextpdf.kernel.pdf.FingerPrint

public class FingerPrint extends Object
Data container for debugging information. This class keeps a record of every registered product that was involved in the creation of a certain PDF file. This information can then be used to log to the logger or to the file.
  • Constructor Details

    • FingerPrint

      public FingerPrint()
      Default constructor. Initializes the productDataSet.
  • Method Details

    • registerProduct

      public boolean registerProduct (ProductData productData)
      Registers a product to be added to the fingerprint or other debugging info.
      Parameters:
      productData - ProductData to be added
      Returns:
      true if the fingerprint did not already contain the specified element
    • getProducts

      public Collection<ProductData> getProducts()
      Returns the registered products.
      Returns:
      registered products.