com.vaadin.sass
Class SassCompiler

java.lang.Object
  extended by com.vaadin.sass.SassCompiler

public class SassCompiler
extends Object


Constructor Summary
SassCompiler()
           
 
Method Summary
static void main(String[] args)
           
static void writeFile(String filename, String output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SassCompiler

public SassCompiler()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

writeFile

public static void writeFile(String filename,
                             String output)
                      throws IOException
Throws:
IOException


Copyright © 2013–2014 Vaadin. All rights reserved.