private static class Less4jProcessor.Less4jWebpipe
extends org.hibnet.webpipes.processor.ProcessingWebpipe
| Modifier and Type | Class and Description |
|---|---|
private class |
Less4jProcessor.Less4jWebpipe.RelativeAwareLessSource
Required to use the less4j import mechanism.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<org.hibnet.webpipes.resource.Resource> |
importedResources |
| Constructor and Description |
|---|
Less4jWebpipe(java.lang.String path,
org.hibnet.webpipes.Webpipe webpipe) |
| Modifier and Type | Method and Description |
|---|---|
protected org.hibnet.webpipes.WebpipeOutput |
fetchOutput() |
private void |
logWarnings(com.github.sommeri.less4j.LessCompiler.CompilationResult result) |
private java.lang.String |
problemAsString(com.github.sommeri.less4j.LessCompiler.Problem problem) |
boolean |
refresh() |
getChildWebpipe, updateDigestprivate java.util.List<org.hibnet.webpipes.resource.Resource> importedResources
public Less4jWebpipe(java.lang.String path,
org.hibnet.webpipes.Webpipe webpipe)
protected org.hibnet.webpipes.WebpipeOutput fetchOutput()
throws java.lang.Exception
fetchOutput in class org.hibnet.webpipes.Webpipejava.lang.Exceptionpublic boolean refresh()
throws java.io.IOException
refresh in class org.hibnet.webpipes.processor.ProcessingWebpipejava.io.IOExceptionprivate void logWarnings(com.github.sommeri.less4j.LessCompiler.CompilationResult result)
private java.lang.String problemAsString(com.github.sommeri.less4j.LessCompiler.Problem problem)