Liferay 7.0-ce-m3

com.liferay.portal.tools.sass
Class SassFile

java.lang.Object
  extended by com.liferay.portal.tools.sass.SassFile
All Implemented Interfaces:
SassFragment, Callable<Void>

public class SassFile
extends Object
implements Callable<Void>, SassFragment


Constructor Summary
SassFile(String docrootDirName, String fileName)
           
 
Method Summary
 Void call()
           
 String getLtrContent()
           
 String getRtlContent()
           
 String toString()
           
 void writeCacheFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SassFile

public SassFile(String docrootDirName,
                String fileName)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception

getLtrContent

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

getRtlContent

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

toString

public String toString()
Overrides:
toString in class Object

writeCacheFiles

public void writeCacheFiles()
                     throws Exception
Throws:
Exception

Liferay 7.0-ce-m3