Uses of Interface
org.jboss.logmanager.configuration.ConfigurationResource
Packages that use ConfigurationResource
-
Uses of ConfigurationResource in org.jboss.logmanager.configuration
Methods in org.jboss.logmanager.configuration that return ConfigurationResourceModifier and TypeMethodDescriptionContextConfiguration.addErrorManager(String name, Supplier<ErrorManager> errorManager) Adds an error manager to the context configuration.Adds a filter to the context configuration.ContextConfiguration.addFormatter(String name, Supplier<Formatter> formatter) Adds a formatter to the context configuration.ContextConfiguration.addHandler(String name, Supplier<Handler> handler) Adds a handler to the context configuration.Adds an object that can be used as a configuration property for another configuration type.static <T> ConfigurationResource<T>Creates a configuration resource which lazily invokes the supplier.static <T> ConfigurationResource<T>ConfigurationResource.of(T instance) Creates a configuration resource with the instance as a constant.ContextConfiguration.removeErrorManager(String name) Removes the error manager from the context configuration.ContextConfiguration.removeFilter(String name) Removes the filter from the context configuration.ContextConfiguration.removeFormatter(String name) Removes the formatter from the context configuration.ContextConfiguration.removeHandler(String name) Removes the handler from the context configuration.ContextConfiguration.removeObject(String name) Removes the configuration object from the context configuration.Methods in org.jboss.logmanager.configuration that return types with arguments of type ConfigurationResourceModifier and TypeMethodDescriptionContextConfiguration.getErrorManagers()Returns an unmodifiable map of the error managers and the suppliers used to create them.ContextConfiguration.getFilters()Returns an unmodifiable map of the filters and the suppliers used to create them.ContextConfiguration.getHandlers()Returns an unmodifiable map of the handlers and the suppliers used to create them.ContextConfiguration.getObjects()Returns an unmodifiable map of the configuration objects and the suppliers used to create them.