|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.report.internal.CSVOutputter
public class CSVOutputter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.mat.report.IOutputter |
|---|
IOutputter.Context |
| Constructor Summary | |
|---|---|
CSVOutputter()
|
|
| Method Summary | |
|---|---|
void |
embedd(IOutputter.Context context,
IResult result,
java.io.Writer writer)
Add this result to the output. |
void |
process(IOutputter.Context context,
IResult result,
java.io.Writer writer)
Write this result to the output, presuming the writer has just been opened. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVOutputter()
| Method Detail |
|---|
public void process(IOutputter.Context context,
IResult result,
java.io.Writer writer)
throws java.io.IOException
IOutputter
process in interface IOutputtercontext - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should go
java.io.IOException
public void embedd(IOutputter.Context context,
IResult result,
java.io.Writer writer)
throws java.io.IOException
IOutputter
embedd in interface IOutputtercontext - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should go
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||