public abstract class XmlResultWriter extends Object implements ResultWriter
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
| Constructor and Description |
|---|
XmlResultWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract void |
closeOutputStream() |
protected abstract OutputStream |
openOutputStream() |
void |
setProperties(Properties properties) |
boolean |
write(Test test) |
protected Properties properties
public void setProperties(Properties properties)
setProperties in interface ResultWriterpublic boolean write(Test test)
write in interface ResultWriterprotected abstract OutputStream openOutputStream() throws Exception
Exceptionpublic void close()
close in interface ResultWriterCopyright © 2017 JBoss by Red Hat. All rights reserved.