Interface LESSResourceReference

  • All Known Subinterfaces:
    WikiLESSResourceReference

    public interface LESSResourceReference
    A reference to a LESS resource.
    Since:
    6.4M2
    Version:
    $Id: 42b6fa490fba3fdae81c5973ee692689e6688060 $
    • Method Detail

      • getContent

        String getContent​(String skin)
                   throws LESSCompilerException
        Parameters:
        skin - skin from which the content should be get
        Returns:
        the content holding by the resources pointed by the reference
        Throws:
        LESSCompilerException - if problem occurs
        Since:
        7.0RC1
      • serialize

        String serialize()
        Returns:
        a serialized form of the resource
        Since:
        7.0RC1