public class CommandLinePrint extends Object
| Constructor and Description |
|---|
CommandLinePrint() |
CommandLinePrint(PrintStream standardOut,
PrintStream standardErr) |
| Modifier and Type | Method and Description |
|---|---|
void |
printToFile(LessCompiler.CompilationResult content,
String outputFile,
String inputfile) |
void |
printToSysout(LessCompiler.CompilationResult content,
String inputfile) |
void |
printWarnings(String inputfile,
LessCompiler.CompilationResult content) |
protected void |
reportError(String message) |
protected void |
reportError(Throwable e) |
void |
reportErrors(Less4jException ex,
String inputfile) |
void |
reportErrorsAndWarnings(Less4jException ex,
String inputfile) |
public CommandLinePrint()
public CommandLinePrint(PrintStream standardOut, PrintStream standardErr)
public void printToSysout(LessCompiler.CompilationResult content, String inputfile)
public void printToFile(LessCompiler.CompilationResult content, String outputFile, String inputfile)
public void printWarnings(String inputfile, LessCompiler.CompilationResult content)
protected void reportError(String message)
public void reportErrorsAndWarnings(Less4jException ex, String inputfile)
public void reportErrors(Less4jException ex, String inputfile)
protected void reportError(Throwable e)
Copyright © 2012-2013. All Rights Reserved.