Uses of Class
org.eclipse.net4j.util.container.FactoryNotFoundException
Packages that use FactoryNotFoundException
Package
Description
A framework of notifying collections and wiring containers.
-
Uses of FactoryNotFoundException in org.eclipse.net4j.util.container
Methods in org.eclipse.net4j.util.container that throw FactoryNotFoundExceptionModifier and TypeMethodDescription<T> T
IManagedContainer.createElement
(String productGroup, String factoryType, String description) <T> T
IManagedContainer.createElement
(String productGroup, String factoryType, Tree config) <T> T
ManagedContainer.createElement
(String productGroup, String factoryType, String description) <T> T
ManagedContainer.createElement
(String productGroup, String factoryType, Tree config) IManagedContainer.getElement
(String productGroup, String factoryType, String description) IManagedContainer.getElement
(String productGroup, String factoryType, String description, boolean activate) ManagedContainer.getElement
(String productGroup, String factoryType, String description) ManagedContainer.getElement
(String productGroup, String factoryType, String description, boolean activate) IManagedContainer.getFactory
(String productGroup, String factoryType) ManagedContainer.getFactory
(String productGroup, String factoryType) void
IManagedContainer.loadElements
(InputStream stream) void
ManagedContainer.loadElements
(InputStream stream)