Uses of Class
adams.core.io.filechanged.AbstractFileChangeMonitor
-
Packages that use AbstractFileChangeMonitor Package Description adams.core.io.filechanged adams.gui.flow.tree -
-
Uses of AbstractFileChangeMonitor in adams.core.io.filechanged
Subclasses of AbstractFileChangeMonitor in adams.core.io.filechanged Modifier and Type Class Description 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. -
Uses of AbstractFileChangeMonitor in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as AbstractFileChangeMonitor Modifier and Type Field Description protected AbstractFileChangeMonitor
Node. m_ExternalFlowMonitor
for monitoring external actor files.
-