abstract class Marten::Asset::Finder::Base
- Marten::Asset::Finder::Base
- Reference
- Object
Overview
Abstract base class representing an assets finder.
Direct Known Subclasses
Defined in:
marten/asset/finder/base.crInstance Method Summary
- 
        #find(filepath : String) : String
        
          Returns the absolute path corresponding to the passed file path. 
- 
        #list : Array(Tuple(String, String))
        
          Returns an array of all the available relative and absolute paths for the underlying assets. 
Instance Method Detail
        abstract 
        def find(filepath : String) : String
        #
      
      
        Returns the absolute path corresponding to the passed file path.
        abstract 
        def list : Array(Tuple(String, String))
        #
      
      
        Returns an array of all the available relative and absolute paths for the underlying assets.