Liferay 7.0-ce-m3

com.liferay.portal.tools.sass
Class SassString

java.lang.Object
  extended by com.liferay.portal.tools.sass.SassString
All Implemented Interfaces:
SassFragment

public class SassString
extends Object
implements SassFragment


Constructor Summary
SassString(String fileName, String sassContent)
           
 
Method Summary
 String getLtrContent()
           
 String getRtlContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SassString

public SassString(String fileName,
                  String sassContent)
           throws Exception
Throws:
Exception
Method Detail

getLtrContent

public String getLtrContent()
Specified by:
getLtrContent in interface SassFragment

getRtlContent

public String getRtlContent()
Specified by:
getRtlContent in interface SassFragment

Liferay 7.0-ce-m3