public interface File
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the file name.
|
Resource |
getResource()
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.