Uses of Interface
adams.core.io.dirchanged.DirChangeMonitor
-
Packages that use DirChangeMonitor Package Description adams.core.io.dirchanged adams.flow.condition.bool adams.flow.control.flowrestart.trigger adams.flow.transformer -
-
Uses of DirChangeMonitor in adams.core.io.dirchanged
Classes in adams.core.io.dirchanged that implement DirChangeMonitor Modifier and Type Class Description classAbstractDirChangeMonitorAncestor for dir change monitors.classAbstractMessageDigestBasedMonitorAncestor for message digest based monitors.classFlowFileDigestGenerates a message digest for flow files and uses that for comparison.classLastModifiedChecks whether the last modified timestamps have changed.classMessageDigestGenerates a message digest and uses that for comparison.classMultiMonitorCombines the results of the specified monitors according to the combination type.classNoChangeDummy, never reports a change.classSizeChecks whether the file sizes have changed.Fields in adams.core.io.dirchanged declared as DirChangeMonitor Modifier and Type Field Description protected DirChangeMonitor[]MultiMonitor. m_Monitorsthe base monitors to use.Methods in adams.core.io.dirchanged that return DirChangeMonitor Modifier and Type Method Description DirChangeMonitor[]MultiMonitor. getMonitors()Returns the monitors to apply.Methods in adams.core.io.dirchanged with parameters of type DirChangeMonitor Modifier and Type Method Description voidMultiMonitor. setMonitors(DirChangeMonitor[] value)Sets the monitors to apply. -
Uses of DirChangeMonitor in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as DirChangeMonitor Modifier and Type Field Description protected DirChangeMonitorDirChanged. m_Checkthe check scheme to use.Methods in adams.flow.condition.bool that return DirChangeMonitor Modifier and Type Method Description DirChangeMonitorDirChanged. getCheck()Returns the 'dir changed' check scheme.Methods in adams.flow.condition.bool with parameters of type DirChangeMonitor Modifier and Type Method Description voidDirChanged. setCheck(DirChangeMonitor value)Sets the 'dir changed' check scheme. -
Uses of DirChangeMonitor in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as DirChangeMonitor Modifier and Type Field Description protected DirChangeMonitorDirMonitor. m_Monitorthe type of monitor to use.Methods in adams.flow.control.flowrestart.trigger that return DirChangeMonitor Modifier and Type Method Description DirChangeMonitorDirMonitor. getMonitor()Returns the monitor in use.Methods in adams.flow.control.flowrestart.trigger with parameters of type DirChangeMonitor Modifier and Type Method Description voidDirMonitor. setMonitor(DirChangeMonitor value)Sets the monitor to use. -
Uses of DirChangeMonitor in adams.flow.transformer
Fields in adams.flow.transformer declared as DirChangeMonitor Modifier and Type Field Description protected DirChangeMonitorDirChanged. m_Monitorthe type of monitor to use.Methods in adams.flow.transformer that return DirChangeMonitor Modifier and Type Method Description DirChangeMonitorDirChanged. getMonitor()Returns the monitor in use.Methods in adams.flow.transformer with parameters of type DirChangeMonitor Modifier and Type Method Description voidDirChanged. setMonitor(DirChangeMonitor value)Sets the monitor to use.
-