public abstract class WriterStorage extends Object implements Storage
Writer as plain text.| Modifier and Type | Field and Description |
|---|---|
protected PrintWriter |
writer
Where to send the text.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WriterStorage(Writer writer)
Creates a new
WriterStorage instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
store(String id,
List incidents)
Write a line of text for a stored activity.
|
protected PrintWriter writer
protected WriterStorage(Writer writer)
WriterStorage instance.writer - Where to write activity reports.Copyright © 1999–2017 Apache OODT. All rights reserved.