abstract class Bindgen::FindPath::Checker

Overview

Path checker base class.

Direct Known Subclasses

Defined in:

bindgen/find_path/checker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.create(config, is_file) : Checker #

Creates the correct checker for the config.


[View source]

Instance Method Detail

abstract def check(path : String) : Bool #

Checks if path is acceptable. Returns true if so, false otherwise.


[View source]