Package org.xwiki.filter.xml.input
Class DefaultSourceInputSource
- java.lang.Object
-
- org.xwiki.filter.xml.input.DefaultSourceInputSource
-
- All Implemented Interfaces:
Closeable,AutoCloseable,InputSource,SourceInputSource
public class DefaultSourceInputSource extends Object implements SourceInputSource
Default implementation ofSourceInputSource.- Since:
- 6.2M1
- Version:
- $Id: be813e10eaf748e12316b2ca4ddbd94af5458882 $
-
-
Constructor Summary
Constructors Constructor Description DefaultSourceInputSource(Source source)
-
-
-
Method Detail
-
restartSupported
public boolean restartSupported()
- Specified by:
restartSupportedin interfaceInputSource
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getSource
public Source getSource()
- Specified by:
getSourcein interfaceSourceInputSource- Returns:
- the
Source
-
-