Uses of Class
eu.cloudnetservice.driver.service.ServiceRemoteInclusion
Packages that use ServiceRemoteInclusion
-
Uses of ServiceRemoteInclusion in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider that return types with arguments of type ServiceRemoteInclusionModifier and TypeMethodDescriptionSpecificCloudServiceProvider.installedInclusions()Gets the inclusions that actually are installed on the service.Methods in eu.cloudnetservice.driver.provider with parameters of type ServiceRemoteInclusionModifier and TypeMethodDescriptionvoidSpecificCloudServiceProvider.addServiceRemoteInclusion(@NonNull ServiceRemoteInclusion serviceRemoteInclusion) Adds the given service remote inclusion to the queue.SpecificCloudServiceProvider.addServiceRemoteInclusionAsync(@NonNull ServiceRemoteInclusion serviceRemoteInclusion) Adds the given service remote inclusion to the queue. -
Uses of ServiceRemoteInclusion in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service with type parameters of type ServiceRemoteInclusionModifier and TypeFieldDescriptionprotected Set<ServiceRemoteInclusion> ServiceConfigurationBase.Builder.includesprotected final Set<ServiceRemoteInclusion> ServiceConfigurationBase.includesMethods in eu.cloudnetservice.driver.service that return ServiceRemoteInclusionModifier and TypeMethodDescriptionServiceRemoteInclusion.Builder.build()Builds a service remote inclusion instance based on this builder.ServiceRemoteInclusion.clone()Methods in eu.cloudnetservice.driver.service that return types with arguments of type ServiceRemoteInclusionModifier and TypeMethodDescriptionServiceConfigurationBase.inclusions()Get all includes which should be added initially to services created based on this configuration.Methods in eu.cloudnetservice.driver.service with parameters of type ServiceRemoteInclusionModifier and TypeMethodDescriptionServiceRemoteInclusion.builder(@NonNull ServiceRemoteInclusion inclusion) Constructs a new builder for a service remote inclusion which has the properties of the given inclusion already set.Method parameters in eu.cloudnetservice.driver.service with type arguments of type ServiceRemoteInclusionModifier and TypeMethodDescriptionServiceConfigurationBase.Builder.inclusions(@NonNull Collection<ServiceRemoteInclusion> inclusions) Sets all inclusions which should get loaded onto a service created based on the service configuration before it starts.ServiceConfigurationBase.Builder.modifyInclusions(@NonNull Consumer<Collection<ServiceRemoteInclusion>> modifier) Modifies the inclusions which should get loaded onto a service created based on the service configuration before it starts.