org.xwiki.wikistream.xml.output
Class DefaultResultOutputTarget

java.lang.Object
  extended by 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 $

Constructor Summary
DefaultResultOutputTarget(Result result)
           
 
Method Summary
 void close()
           
 Result getResult()
           
 boolean restartSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResultOutputTarget

public DefaultResultOutputTarget(Result result)
Parameters:
result - the Result
Method Detail

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.