Package org.xwiki.filter.output
Interface FileOutputTarget
-
- All Superinterfaces:
AutoCloseable
,Closeable
,OutputTarget
- All Known Implementing Classes:
DefaultFileOutputTarget
public interface FileOutputTarget extends OutputTarget
- Since:
- 6.2M1
- Version:
- $Id: e7e52f27f7710225283448c6eceec3c9649251a4 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getFile()
-
Methods inherited from interface org.xwiki.filter.output.OutputTarget
restartSupported
-
-
-
-
Method Detail
-
getFile
File getFile()
-
-