com.liferay.portal.tools.sass
Class SassExecutorUtil
java.lang.Object
com.liferay.portal.tools.sass.SassExecutorUtil
public class SassExecutorUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SassExecutorUtil
public SassExecutorUtil()
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