Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-ball
master
ShardWatcher
SourceWatcher
Watcher
WatcherManager
Generated using Crystal 1.14.0
2024-11-26 07:05:50 UTC
module
Watcher
Direct including types
ShardWatcher
SourceWatcher
Defined in:
main.cr
Constructors
.new
(file : File, command : String)
Instance Method Summary
#command
: String
#file
: File
#last_update
: Time
#last_update=
(last_update : Time)
#postCommandExec
#preCommandExec
#start
Constructor Detail
def self.
new
(file : File, command : String)
#
[
View source
]
Instance Method Detail
def
command
: String
#
[
View source
]
def
file
: File
#
[
View source
]
def
last_update
: Time
#
[
View source
]
def
last_update=
(last_update : Time)
#
[
View source
]
def
postCommandExec
#
[
View source
]
def
preCommandExec
#
[
View source
]
def
start
#
[
View source
]