org.bbqjs.compiler.css
Class CompilableCSSFile
java.lang.Object
org.bbqjs.compiler.AbstractCompilableFile
org.bbqjs.compiler.css.CompilableCSSFile
- All Implemented Interfaces:
- CompilableFile
public class CompilableCSSFile
- extends AbstractCompilableFile
CompilableCSSFile
public CompilableCSSFile(URL javaScriptInputFile,
URL cssFile,
String theme,
String[] sourceRoots)
throws IOException
- Throws:
IOException
setLogger
public static void setLogger(org.slf4j.Logger log)
encounteredInclude
protected void encounteredInclude(String className,
URL javaScriptFile)
throws IOException
- Overrides:
encounteredInclude
in class AbstractCompilableFile
- Throws:
IOException
writeTo
public void writeTo(OutputStream outputStream)
throws IOException
- Description copied from interface:
CompilableFile
- Calling this method will cause the contents of the file to be written into the output stream.
- Specified by:
writeTo
in interface CompilableFile
- Overrides:
writeTo
in class AbstractCompilableFile
- Throws:
IOException
Copyright © 2012. All Rights Reserved.