Class SassImportHelper.SassImportInfo

java.lang.Object
org.ametys.plugins.core.ui.resources.css.sass.SassImportHelper.SassImportInfo
Enclosing class:
SassImportHelper

public static class SassImportHelper.SassImportInfo extends Object
Informations about sass import, such as real URI and real last modified
  • Method Details

    • 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