org.xwiki.wikistream.xml.output
Class DefaultResultOutputTarget
java.lang.Object
org.xwiki.wikistream.xml.output.DefaultResultOutputTarget
- All Implemented Interfaces:
- Closeable, OutputTarget, ResultOutputTarget
@Unstable
public class DefaultResultOutputTarget
- extends Object
- implements ResultOutputTarget
Default implementation of ResultOutputTarget.
- Since:
- 5.3RC1
- Version:
- $Id: e9b0682448def98ce6e47d0e27182828f2d57b4e $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResultOutputTarget
public DefaultResultOutputTarget(Result result)
- Parameters:
result - the Result
restartSupported
public boolean restartSupported()
- Specified by:
restartSupported in interface OutputTarget
getResult
public Result getResult()
- Specified by:
getResult in interface ResultOutputTarget
- Returns:
- the
Result
close
public void close()
throws IOException
- Specified by:
close in interface Closeable
- Throws:
IOException
Copyright © 2004–2014 XWiki. All rights reserved.