Uses of Interface
adams.core.io.filechanged.FileChangeMonitor
-
-
Uses of FileChangeMonitor in adams.core.io.filechanged
Classes in adams.core.io.filechanged that implement FileChangeMonitor Modifier and Type Class Description classAbstractFileChangeMonitorAncestor for file change monitors.classAbstractMessageDigestBasedMonitorAncestor for message digest based monitors.classFlowFileDigestGenerates a message digest for a flow file and uses that for comparison.classLastModifiedUses the lastmodified timestamp.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.classSizeUses the file size.Fields in adams.core.io.filechanged declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitor[]MultiMonitor. m_Monitorsthe base monitors to use.Methods in adams.core.io.filechanged that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitor[]MultiMonitor. getMonitors()Returns the monitors to apply.Methods in adams.core.io.filechanged with parameters of type FileChangeMonitor Modifier and Type Method Description voidMultiMonitor. setMonitors(FileChangeMonitor[] value)Sets the monitors to apply. -
Uses of FileChangeMonitor in adams.data.io.input
Fields in adams.data.io.input declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorYoloAnnotationsReportReader. m_LabelDefinitionsMonitorto monitor whether the file with the labels has changed. -
Uses of FileChangeMonitor in adams.data.io.output
Fields in adams.data.io.output declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorYoloAnnotationsReportWriter. m_LabelDefinitionsMonitorto monitor whether the file with the labels has changed. -
Uses of FileChangeMonitor in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorFileChanged. m_Checkthe check scheme to use.Methods in adams.flow.condition.bool that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitorFileChanged. getCheck()Returns the 'file changed' check scheme.Methods in adams.flow.condition.bool with parameters of type FileChangeMonitor Modifier and Type Method Description voidFileChanged. setCheck(FileChangeMonitor value)Sets the 'file changed' check scheme. -
Uses of FileChangeMonitor in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorFileMonitor. m_Monitorthe type of monitor to use.protected FileChangeMonitorMonitorItself. m_Monitorthe type of monitor to use.Methods in adams.flow.control.flowrestart.trigger that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitorFileMonitor. getMonitor()Returns the monitor in use.FileChangeMonitorMonitorItself. getMonitor()Returns the monitor in use.Methods in adams.flow.control.flowrestart.trigger with parameters of type FileChangeMonitor Modifier and Type Method Description voidFileMonitor. setMonitor(FileChangeMonitor value)Sets the monitor to use.voidMonitorItself. setMonitor(FileChangeMonitor value)Sets the monitor to use. -
Uses of FileChangeMonitor in adams.flow.core
Fields in adams.flow.core declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorAbstractExternalActor. m_Monitorthe file monitor.Methods in adams.flow.core that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitorAbstractExternalActor. getMonitor()Returns the file change monitor for the actor file.Methods in adams.flow.core with parameters of type FileChangeMonitor Modifier and Type Method Description voidAbstractExternalActor. setMonitor(FileChangeMonitor value)Sets the file change monitor for the actor file. -
Uses of FileChangeMonitor in adams.flow.transformer
Fields in adams.flow.transformer declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorFileChanged. m_Monitorthe type of monitor to use.Methods in adams.flow.transformer that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitorFileChanged. getMonitor()Returns the monitor in use.Methods in adams.flow.transformer with parameters of type FileChangeMonitor Modifier and Type Method Description voidFileChanged. setMonitor(FileChangeMonitor value)Sets the monitor to use. -
Uses of FileChangeMonitor in adams.gui.tools
Fields in adams.gui.tools declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorPreviewBrowserPanel. m_ChangeMonitorthe file change monitor. -
Uses of FileChangeMonitor in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser with type parameters of type FileChangeMonitor Modifier and Type Field Description protected Map<String,FileChangeMonitor>CocoAnnotationsHandler.CombinedPanel. m_FileMonitorsthe file monitors (json file -> monitor).Methods in adams.gui.tools.previewbrowser that return types with arguments of type FileChangeMonitor Modifier and Type Method Description Map<String,FileChangeMonitor>CocoAnnotationsHandler.CombinedPanel. getFileMonitors()Returns the file monitors.Method parameters in adams.gui.tools.previewbrowser with type arguments of type FileChangeMonitor Modifier and Type Method Description voidCocoAnnotationsHandler.CombinedPanel. setFileMonitors(Map<String,FileChangeMonitor> value)Sets the file monitors. -
Uses of FileChangeMonitor in adams.gui.tools.wekainvestigator.data
Fields in adams.gui.tools.wekainvestigator.data declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitorFileContainer. m_Monitorthe file monitor to use.
-