|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cesr.lara.toolbox.io.SimpleCsvOutput
public class SimpleCsvOutput
simple output. creates csv-file and provides method to append one line
| Constructor Summary | |
|---|---|
SimpleCsvOutput(String modelName)
Will create a new simple csv output. |
|
| Method Summary | ||
|---|---|---|
void |
append(String filename,
String value)
appends one line with the value String to the file |
|
|
onEvent(T event)
Will be called with an event as a parameter when an event the subscriber subscribed to occurs. |
|
void |
subscribeToEvent(Class<? extends LaraEvent> eventClass)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCsvOutput(String modelName)
modelName - | Method Detail |
|---|
public void append(String filename,
String value)
value - public <T extends LaraEvent> void onEvent(T event)
LaraEventSubscriber
onEvent in interface LaraEventSubscriberpublic void subscribeToEvent(Class<? extends LaraEvent> eventClass)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||