public abstract class AbstractWriterOutputTarget extends Object implements WriterOutputTarget
Constructor and Description |
---|
AbstractWriterOutputTarget() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Writer |
getWriter() |
protected abstract Writer |
openWriter() |
boolean |
restartSupported() |
String |
toString() |
protected Writer writer
protected abstract Writer openWriter()
public boolean restartSupported()
restartSupported
in interface OutputTarget
public Writer getWriter()
getWriter
in interface WriterOutputTarget
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2004–2022 XWiki. All rights reserved.