Class SassImportHelper.SassImportInfo

    • Constructor Detail

      • SassImportInfo

        SassImportInfo​(String uri,
                       Source source)
        Default constructor for the sass import info
        Parameters:
        uri - The import real URI
        source - The import source
    • Method Detail

      • getUri

        public String getUri()
        Get the real uri of the import, with the sass extension
        Returns:
        The real uri
      • getSource

        public Source getSource()
        Get the source of the import
        Returns:
        The source
      • setLastModified

        public void setLastModified​(Long lastModified)
        Set the last modified time of the import
        Parameters:
        lastModified - The last modified
      • getLastModified

        public long getLastModified()
        Get the last modified of the import
        Returns:
        The last modified