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 class
AbstractFileChangeMonitor
Ancestor for file change monitors.class
AbstractMessageDigestBasedMonitor
Ancestor for message digest based monitors.class
FlowFileDigest
Generates a message digest for a flow file and uses that for comparison.class
LastModified
Uses the lastmodified timestamp.class
MessageDigest
Generates a message digest and uses that for comparison.class
MultiMonitor
Combines the results of the specified monitors according to the combination type.class
NoChange
Dummy, never reports a change.class
Size
Uses the file size.Fields in adams.core.io.filechanged declared as FileChangeMonitor Modifier and Type Field Description protected FileChangeMonitor[]
MultiMonitor. m_Monitors
the 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 void
MultiMonitor. 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 FileChangeMonitor
YoloAnnotationsReportReader. m_LabelDefinitionsMonitor
to 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 FileChangeMonitor
YoloAnnotationsReportWriter. m_LabelDefinitionsMonitor
to monitor whether the file with the labels has changed. -
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 FileChangeMonitor
FileMonitor. m_Monitor
the type of monitor to use.protected FileChangeMonitor
MonitorItself. m_Monitor
the type of monitor to use.Methods in adams.flow.control.flowrestart.trigger that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitor
FileMonitor. getMonitor()
Returns the monitor in use.FileChangeMonitor
MonitorItself. getMonitor()
Returns the monitor in use.Methods in adams.flow.control.flowrestart.trigger with parameters of type FileChangeMonitor Modifier and Type Method Description void
FileMonitor. setMonitor(FileChangeMonitor value)
Sets the monitor to use.void
MonitorItself. 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 FileChangeMonitor
AbstractExternalActor. m_Monitor
the file monitor.Methods in adams.flow.core that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitor
AbstractExternalActor. 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 void
AbstractExternalActor. 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 FileChangeMonitor
FileChanged. m_Monitor
the type of monitor to use.Methods in adams.flow.transformer that return FileChangeMonitor Modifier and Type Method Description FileChangeMonitor
FileChanged. getMonitor()
Returns the monitor in use.Methods in adams.flow.transformer with parameters of type FileChangeMonitor Modifier and Type Method Description void
FileChanged. 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 FileChangeMonitor
PreviewBrowserPanel. m_ChangeMonitor
the 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_FileMonitors
the 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 void
CocoAnnotationsHandler.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 FileChangeMonitor
FileContainer. m_Monitor
the file monitor to use.
-