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:
restartSupported
in interfaceInputSource
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getSource
public Source getSource()
- Specified by:
getSource
in interfaceSourceInputSource
- Returns:
- the
Source
-
-