Class ApacheCommons.ApacheFileAlterationObserver

java.lang.Object
de.oktoflow.platform.support.commons.apache.ApacheCommons.ApacheFileAlterationObserver
All Implemented Interfaces:
de.iip_ecosphere.platform.support.commons.FileAlterationObserver
Enclosing class:
ApacheCommons

private class ApacheCommons.ApacheFileAlterationObserver extends Object implements de.iip_ecosphere.platform.support.commons.FileAlterationObserver
A wrapping file alteration observer.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.commons.io.monitor.FileAlterationObserver
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    ApacheFileAlterationObserver(org.apache.commons.io.monitor.FileAlterationObserver observer)
    Creates a wrapping file alteration observer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addListener(de.iip_ecosphere.platform.support.commons.FileAlterationListener listener)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • observer

      private org.apache.commons.io.monitor.FileAlterationObserver observer
  • Constructor Details

    • ApacheFileAlterationObserver

      private ApacheFileAlterationObserver(org.apache.commons.io.monitor.FileAlterationObserver observer)
      Creates a wrapping file alteration observer.
      Parameters:
      observer - the observer to wrap
  • Method Details

    • addListener

      public void addListener(de.iip_ecosphere.platform.support.commons.FileAlterationListener listener)
      Specified by:
      addListener in interface de.iip_ecosphere.platform.support.commons.FileAlterationObserver