@Deprecated public interface File
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Returns the file name.
|
Resource |
getResource()
Deprecated.
Returns the binary content of this file.
|
String getName() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.Resource getResource() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.