public class LessUrlSource
extends com.github.sommeri.less4j.LessSource.URLSource
A specialization of LessSource.URLSource that knows how to load dependencies (imports) from:
com.github.sommeri.less4j.LessSource.AbstractHierarchicalSource, com.github.sommeri.less4j.LessSource.CannotReadFile, com.github.sommeri.less4j.LessSource.FileNotFound, com.github.sommeri.less4j.LessSource.FileSource, com.github.sommeri.less4j.LessSource.StringSource, com.github.sommeri.less4j.LessSource.StringSourceException, com.github.sommeri.less4j.LessSource.URLSource| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_SCHEME |
static String |
PACKAGE_SCHEME |
static String |
WEBJARS_SCHEME |
| Modifier and Type | Method and Description |
|---|---|
com.github.sommeri.less4j.LessSource |
relativeSource(String filename) |
equals, getBytes, getContent, getInputURL, getName, getURI, hashCode, toStringpublic static final String CLASSPATH_SCHEME
public static final String PACKAGE_SCHEME
public static final String WEBJARS_SCHEME
public com.github.sommeri.less4j.LessSource relativeSource(String filename) throws com.github.sommeri.less4j.LessSource.FileNotFound, com.github.sommeri.less4j.LessSource.CannotReadFile
relativeSource in class com.github.sommeri.less4j.LessSource.URLSourcecom.github.sommeri.less4j.LessSource.FileNotFoundcom.github.sommeri.less4j.LessSource.CannotReadFileCopyright © 2011–2014 AgileCoders. All rights reserved.