Package org.apache.jackrabbit.server.io
Interface PropertyExportContext
-
- All Superinterfaces:
ExportContext
,IOContext
public interface PropertyExportContext extends ExportContext
PropertyExportContext
represents a marker interface to distinguish the ExportContext (which is mainly used to export data and some fundamental properties) from a context that is used to export properties only.
-
-
Method Summary
-
Methods inherited from interface org.apache.jackrabbit.server.io.ExportContext
getExportRoot, getOutputStream, setContentLanguage, setContentLength, setContentType, setCreationTime, setETag, setModificationTime, setProperty
-
Methods inherited from interface org.apache.jackrabbit.server.io.IOContext
getIOListener, hasStream, informCompleted, isCompleted
-
-