|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataArea
Manage home application data.
| Method Summary | |
|---|---|
ApplicationDataArea |
getApplicationDataArea(Class<?> applicationClass)
Return the application data area for the specified application. |
ApplicationDataArea |
getApplicationDataArea(String applicationName)
Return the application data area for the specified application. |
DataFolder |
getDataFolderRoot()
Return the user home root folder. |
DataFolder |
getRelativeFolder(String relPath)
Return a folder relative to the root folder. |
List<String> |
listApplicationNames()
Retrieve the list of all application data areas. |
| Method Detail |
|---|
DataFolder getDataFolderRoot()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
DataFolder getRelativeFolder(String relPath)
throws InternalErrorException
relPath - the relative path of the folder.
InternalErrorException - if an internal error occurs.
ApplicationDataArea getApplicationDataArea(String applicationName)
throws InternalErrorException
applicationName - the application name.
InternalErrorException - if an error occurs.
ApplicationDataArea getApplicationDataArea(Class<?> applicationClass)
throws InternalErrorException
applicationClass - the application class.
InternalErrorException - if an error occurs.
List<String> listApplicationNames()
throws InternalErrorException
InternalErrorException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||