Package org.xwiki.lesscss.resources
Interface LESSResourceReference
-
- All Known Subinterfaces:
WikiLESSResourceReference
public interface LESSResourceReference
A reference to a LESS resource.- Since:
- 6.4M2
- Version:
- $Id: 42b6fa490fba3fdae81c5973ee692689e6688060 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent(String skin)
int
hashCode()
String
serialize()
-
-
-
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
-
-