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
class
SourceWatcher
SourceWatcher
Reference
Object
Included Modules
Watcher
Defined in:
main.cr
Class Method Summary
.from_file
(file : File) : SourceWatcher | Nil
Instance Method Summary
#postCommandExec
#preCommandExec
Instance methods inherited from module
Watcher
command : String
command
,
file : File
file
,
last_update : Time
last_update
,
last_update=(last_update : Time)
last_update=
,
postCommandExec
postCommandExec
,
preCommandExec
preCommandExec
,
start
start
Constructor methods inherited from module
Watcher
new(file : File, command : String)
new
Class Method Detail
def self.
from_file
(file : File) :
SourceWatcher
| Nil
#
[
View source
]
Instance Method Detail
def
postCommandExec
#
[
View source
]
def
preCommandExec
#
[
View source
]