Uses of Class
eu.cloudnetservice.driver.service.ServiceEnvironmentType.Builder
Packages that use ServiceEnvironmentType.Builder
-
Uses of ServiceEnvironmentType.Builder in eu.cloudnetservice.driver.service
Methods in eu.cloudnetservice.driver.service that return ServiceEnvironmentType.BuilderModifier and TypeMethodDescriptionServiceEnvironmentType.builder()Constructs a new builder instance for a service environment type.ServiceEnvironmentType.builder(@NonNull ServiceEnvironmentType type) Constructs a new builder instance for a service environment which has the properties of the given service environment already set.ServiceEnvironmentType.Builder.defaultProcessArguments(@NonNull Collection<String> defaultProcessArguments) Sets the default process arguments which should get appended to the command line of all services created using the service environment type.ServiceEnvironmentType.Builder.defaultServiceStartPort(int defaultServiceStartPort) Sets the default start port to use for the service environment type if no other port was explicitly defined when creating a service which uses the service environment type.ServiceEnvironmentType.Builder.modifyDefaultProcessArguments(@NonNull Consumer<Collection<String>> modifier) Modifies the default process arguments which should get appended to the command line of all services created using the service environment type.Sets the name of the service environment type.ServiceEnvironmentType.Builder.properties(@NonNull Document properties) Sets the properties of the service environment type.