Interface File
- All Known Subinterfaces:
ModifiableFile
- All Known Implementing Classes:
JCRFile
Deprecated.
org.ametys.cms.data.RichText new class doesn't use folder anymore
Interface representing a file.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Returns the file name.Deprecated.Returns the binary content of this file.
-
Method Details
-
getName
Deprecated.Returns the file name.- Returns:
- the file name.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
getResource
Deprecated.Returns the binary content of this file.- Returns:
- the binary content of this file.
- Throws:
AmetysRepositoryException
- if an error occurs.
-