public class Output extends Object
| Constructor and Description |
|---|
Output(String css,
String sourceMap,
int errorStatus,
String errorJson,
String errorText,
String errorMessage,
String errorFile,
String errorSrc)
Create a new output.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCss()
Get the css output.
|
String |
getErrorFile() |
String |
getErrorJson() |
String |
getErrorMessage() |
String |
getErrorSrc() |
int |
getErrorStatus() |
String |
getErrorText() |
String |
getSourceMap()
Get the source map output.
|
public String getCss()
public String getSourceMap()
public int getErrorStatus()
public String getErrorJson()
public String getErrorText()
public String getErrorMessage()
public String getErrorFile()
public String getErrorSrc()
Copyright © 2016 bit3. All rights reserved.