struct FSWatch::MonitorFilter

Defined in:

monitor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String, type : FilterType, case_sensitive : Bool, extended : Bool) #

[View source]

Instance Method Detail

def case_sensitive : Bool #

def clone #

[View source]
def copy_with(text _text = @text, type _type = @type, case_sensitive _case_sensitive = @case_sensitive, extended _extended = @extended) #

[View source]
def extended : Bool #

def text : String #

def type : FilterType #