public interface ApplicationsArea
| Modifier and Type | Method and Description |
|---|---|
WorkspaceFolder |
getApplicationRoot(String applicationName)
Return the application root folder.
|
WorkspaceFolder |
getApplicationShareRoot(String applicationName) |
WorkspaceFolder |
getApplicationUserRoot(String applicationName) |
WorkspaceFolder getApplicationRoot(String applicationName) throws InternalErrorException
applicationClass - InternalErrorException - if an internal error occurs.WorkspaceFolder getApplicationShareRoot(String applicationName) throws InternalErrorException
InternalErrorExceptionWorkspaceFolder getApplicationUserRoot(String applicationName) throws InternalErrorException
applicationName - InternalErrorExceptionCopyright © 2020. All Rights Reserved.