Interface ModifiableFile
- 
- All Superinterfaces:
 File
- All Known Implementing Classes:
 JCRFile
@Deprecated public interface ModifiableFile extends File
Deprecated.org.ametys.cms.data.RichText new class doesn't use folder anymoreFile that is modifiable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ModifiableResourcegetResource()Deprecated.Returns the binary content of this file. 
 - 
 
- 
- 
Method Detail
- 
getResource
ModifiableResource getResource() throws AmetysRepositoryException
Deprecated.Description copied from interface:FileReturns the binary content of this file.- Specified by:
 getResourcein interfaceFile- Returns:
 - the binary content of this file.
 - Throws:
 AmetysRepositoryException- if an error occurs.
 
 - 
 
 -