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 ModifiableResource
getResource()
Deprecated.Returns the binary content of this file.
-
-
-
Method Detail
-
getResource
ModifiableResource getResource() throws AmetysRepositoryException
Deprecated.Description copied from interface:File
Returns the binary content of this file.- Specified by:
getResource
in interfaceFile
- Returns:
- the binary content of this file.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
-