Class: FileMonitoring::FileStatEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/file_monitoring/monitor_path.rb

Constant Summary collapse

NON_EXISTING =
"NON_EXISTING"
NEW =
"NEW"
CHANGED =
"CHANGED"
UNCHANGED =
"UNCHANGED"
STABLE =
"STABLE"