Package org.xwiki.filter.xml.output
Class DefaultResultOutputTarget
- java.lang.Object
-
- org.xwiki.filter.xml.output.DefaultResultOutputTarget
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,OutputTarget
,ResultOutputTarget
public class DefaultResultOutputTarget extends Object implements ResultOutputTarget
Default implementation ofResultOutputTarget
.- Since:
- 6.2M1
- Version:
- $Id: 5993e3ae8a3913807d80cf746d812414d846afed $
-
-
Constructor Summary
Constructors Constructor Description DefaultResultOutputTarget(Result result)
-
-
-
Method Detail
-
restartSupported
public boolean restartSupported()
- Specified by:
restartSupported
in interfaceOutputTarget
-
getResult
public Result getResult()
- Specified by:
getResult
in interfaceResultOutputTarget
- Returns:
- the
Result
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-