psdi.app.recontask.engine.write

Class ResultWriterFactory

  • java.lang.Object
    • psdi.app.recontask.engine.write.ResultWriterFactory


  • public final class ResultWriterFactory
    extends java.lang.Object
    Class is the factory for classes that write recon results to the database.
    • Constructor Detail

      • ResultWriterFactory

        public ResultWriterFactory()
    • Method Detail

      • getReconResultWriter

        public static ReconResultWriter getReconResultWriter()
        Returns a new instance of the ReconResultWriter.
        Returns:
        - a new instance of the ReconResultWriter.
      • getReconLinkWriter

        public static ReconLinkWriter getReconLinkWriter()
        Returns a new instance of the ReconLinkWriter.
        Returns:
        - a new instance of the ReconLinkWriter.
      • getReconMultiLinkWriter

        public static ReconMultiLinkWriter getReconMultiLinkWriter()
        Returns a new instance of the ReconLinkWriter.
        Returns:
        - a new instance of the ReconLinkWriter.