Package org.xwiki.filemanager
Interface File
- All Superinterfaces:
Document
Represents a file.
- Since:
- 2.0M1
- Version:
- $Id$
-
Method Summary
Methods inherited from interface org.xwiki.filemanager.Document
getName, getReference, setName
-
Method Details
-
getParentReferences
Collection<org.xwiki.model.reference.DocumentReference> getParentReferences()- Returns:
- the collection of references to the parent folders
-
getContent
InputStream getContent()- Returns:
- the file content input stream
- Since:
- 2.0M2
-