public class References extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
References.LoggerErrorManager |
| Modifier and Type | Field and Description |
|---|---|
List<Boolean> |
declarationsOnly |
static byte |
LF |
List<Boolean> |
minimizes |
List<net.oneandone.sushi.fs.Node> |
nodes |
boolean |
overallMinimize |
MimeType |
type |
| Constructor and Description |
|---|
References(MimeType type,
boolean overallMinimize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(boolean minimize,
boolean declrationOnly,
net.oneandone.sushi.fs.Node node) |
static References |
create(MimeType type,
boolean minimize,
net.oneandone.sushi.fs.Node node) |
boolean |
equals(Object obj) |
long |
getLastModified() |
int |
hashCode() |
static String |
location(net.oneandone.sushi.fs.Node node) |
byte[] |
readBytes() |
String |
readString() |
String |
toString() |
protected void |
writeCssTo(Writer writer)
hook method
|
protected void |
writeCssTo(Writer writer,
net.oneandone.ssass.scss.Output output) |
void |
writeTo(Writer writer)
core method
|
public static final byte LF
public final MimeType type
public final boolean overallMinimize
public final List<net.oneandone.sushi.fs.Node> nodes
public References(MimeType type, boolean overallMinimize)
public static References create(MimeType type, boolean minimize, net.oneandone.sushi.fs.Node node)
public void add(boolean minimize,
boolean declrationOnly,
net.oneandone.sushi.fs.Node node)
public void writeTo(Writer writer) throws IOException
IOExceptionprotected void writeCssTo(Writer writer) throws IOException
IOExceptionprotected void writeCssTo(Writer writer, net.oneandone.ssass.scss.Output output) throws IOException
IOExceptionpublic String readString() throws IOException
IOExceptionpublic byte[] readBytes()
throws IOException
IOExceptionpublic long getLastModified()
throws net.oneandone.sushi.fs.GetLastModifiedException
net.oneandone.sushi.fs.GetLastModifiedExceptionpublic static String location(net.oneandone.sushi.fs.Node node)
Copyright © 2004–2017 1&1. All rights reserved.