Liferay 7.0-ce-m3

com.liferay.portal.tools.sass
Class SassExecutorUtil

java.lang.Object
  extended by com.liferay.portal.tools.sass.SassExecutorUtil

public class SassExecutorUtil
extends Object


Constructor Summary
SassExecutorUtil()
           
 
Method Summary
static SassFile execute(String docrootDirName, String fileName)
           
static void init(String docrootDirName, String portalCommonDirName)
           
static String parse(String fileName, String content)
           
static void persist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SassExecutorUtil

public SassExecutorUtil()
Method Detail

execute

public static SassFile execute(String docrootDirName,
                               String fileName)

init

public static void init(String docrootDirName,
                        String portalCommonDirName)
                 throws IOException
Throws:
IOException

parse

public static String parse(String fileName,
                           String content)

persist

public static void persist()
                    throws Exception
Throws:
Exception

Liferay 7.0-ce-m3