Uses of Class
org.jboss.as.controller.capability.RuntimeCapability.Builder
Packages that use RuntimeCapability.Builder
-
Uses of RuntimeCapability.Builder in org.jboss.as.controller.capability
Methods in org.jboss.as.controller.capability that return RuntimeCapability.BuilderModifier and TypeMethodDescriptionRuntimeCapability.Builder.addRequirements(String... requirements) Adds the names of other capabilities that this capability requires.RuntimeCapability.Builder.addRequirements(NullaryServiceDescriptor<?>... requirements) Adds the names of other capabilities that this capability requires.static RuntimeCapability.Builder<Void>Create a builder for a non-dynamic capability with no custom runtime API.static RuntimeCapability.Builder<Void>Create a builder for a possibly dynamic capability with no custom runtime API.static RuntimeCapability.Builder<Void>Create a builder for a possibly dynamic capability that installs a service with the given value type.static <T> RuntimeCapability.Builder<T>Create a builder for a possibly dynamic capability that provides the given custom runtime API.static RuntimeCapability.Builder<Void>Create a builder for a non-dynamic capability that installs a service with the given value type.static <T> RuntimeCapability.Builder<T>Create a builder for a non-dynamic capability that provides the given custom runtime API.static RuntimeCapability.Builder<Void>RuntimeCapability.Builder.of(BinaryServiceDescriptor<?> descriptor) Creates a builder for a dynamic capability using the name and type of the specified service descriptor.static RuntimeCapability.Builder<Void>RuntimeCapability.Builder.of(NullaryServiceDescriptor<?> descriptor) Creates a builder for a non-dynamic capability using the name and type of the specified service descriptor.static RuntimeCapability.Builder<Void>RuntimeCapability.Builder.of(QuaternaryServiceDescriptor<?> descriptor) Creates a builder for a dynamic capability using the name and type of the specified service descriptor.static RuntimeCapability.Builder<Void>RuntimeCapability.Builder.of(TernaryServiceDescriptor<?> descriptor) Creates a builder for a dynamic capability using the name and type of the specified service descriptor.static RuntimeCapability.Builder<Void>RuntimeCapability.Builder.of(UnaryServiceDescriptor<?> descriptor) Creates a builder for a dynamic capability using the name and type of the specified service descriptor.RuntimeCapability.Builder.setAllowMultipleRegistrations(boolean allowMultipleRegistrations) Sets whether this capability can be registered at more than one point within the same overall scope.RuntimeCapability.Builder.setDynamicNameMapper(Function<PathAddress, String[]> mapper) RuntimeCapability.Builder.setServiceType(Class<?> type) Sets that the capability installs a service with the given value type.RuntimeCapability.Builder.setStability(Stability stability) Sets the stability level of this capability.