Package org.xwiki.filter.input
Interface FileInputSource
-
- All Superinterfaces:
AutoCloseable
,Closeable
,InputSource
- All Known Implementing Classes:
DefaultFileInputSource
,DirectoryInputSource
public interface FileInputSource extends InputSource
- Since:
- 6.2M1
- Version:
- $Id: 646afc49d2d241d315888562d62f1dd47ddef9ab $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getFile()
-
Methods inherited from interface org.xwiki.filter.input.InputSource
restartSupported
-
-
-
-
Method Detail
-
getFile
File getFile()
-
-