Package org.xwiki.filemanager
Interface File
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContent()Collection<org.xwiki.model.reference.DocumentReference>getParentReferences()-
Methods inherited from interface org.xwiki.filemanager.Document
getName, getReference, setName
-
-
-
-
Method Detail
-
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
-
-