public interface ServiceHolder
| Modifier and Type | Method and Description |
|---|---|
<T extends PublicInterface> |
get(Class<T> clazz) |
AdminInterface |
getAdminInterface() |
AuthInterface |
getAuthInterface() |
LowLevelInterface |
getLowLevelInterface() |
MetaInterface |
getMeta() |
NewServicesInterface |
getNewServicesInterface() |
PluginInterface |
getPluginInterface() |
NotificationRegistryInterface |
getRegistry() |
ServiceInterface |
getServiceInterface() |
SettingsInterface |
getSettingsInterface() |
<T extends PublicInterface> T get(Class<T> clazz) throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionNotificationRegistryInterface getRegistry() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionAuthInterface getAuthInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionSettingsInterface getSettingsInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionLowLevelInterface getLowLevelInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionAdminInterface getAdminInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionMetaInterface getMeta() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionPluginInterface getPluginInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionServiceInterface getServiceInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionNewServicesInterface getNewServicesInterface() throws PublicInterfaceNotFoundException
PublicInterfaceNotFoundExceptionCopyright © 2018 OpenSource BIM. All rights reserved.