Class LoggingImportMonitor

  • All Implemented Interfaces:
    IObserver

    public class LoggingImportMonitor
    extends java.lang.Object
    implements IObserver
    Basic import process monitor that writes information to the log.
    • Constructor Detail

      • LoggingImportMonitor

        public LoggingImportMonitor()
    • Method Detail

      • setImportOutput

        public ImportOutput setImportOutput​(ImportOutput importOutput)
        Set the current ImportOutput (defaulting to null if a null value is passed).
        Parameters:
        importOutput - possibly null enumeration value.
        Returns:
        previous value.