T - The type holding the fragment data.@FunctionalInterface
public static interface XmlReportWriter.FragmentWriter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
write(T pFragment)
Write a report fragment.
|
void write(T pFragment) throws java.io.IOException
pFragment - The fragment's data.java.io.IOException - if writing to the report file fails.