Uses of Class
cz.vutbr.fit.layout.api.ServiceManager
-
Packages that use ServiceManager Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl -
-
Uses of ServiceManager in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return ServiceManager Modifier and Type Method Description static ServiceManagerServiceManager. create()Creates a new empty service manager with no services.static ServiceManagerServiceManager. createAndDiscover()Creates a new service manager which is initialized by the automatic service discovery.static ServiceManagerServiceManager. instance()Methods in cz.vutbr.fit.layout.api with parameters of type ServiceManager Modifier and Type Method Description voidService. setServiceManager(ServiceManager manager)Assigns a service manager to the service. -
Uses of ServiceManager in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return ServiceManager Modifier and Type Method Description protected ServiceManagerBaseProcessor. createServiceManager()Creates the default instance of service manager.ServiceManagerBaseProcessor. getServiceManager()Gets the used instance of service manager for accessing the artifact services.ServiceManagerBaseService. getServiceManager()Gets the service manager used by the service.Methods in cz.vutbr.fit.layout.impl with parameters of type ServiceManager Modifier and Type Method Description voidBaseProcessor. setServiceManager(ServiceManager serviceManager)Configures the processor to use a custom service manager.voidBaseService. setServiceManager(ServiceManager serviceManager)
-