public final class ContainerUtil
extends java.lang.Object
containers
.Modifier and Type | Method and Description |
---|---|
static IManagedContainer |
createContainer() |
static IManagedContainer |
createPluginContainer()
Creates a new managed container that discovers factory and element processor
registrations in plug-in extensions.
|
static IContainer<java.lang.Object> |
emptyContainer() |
static java.lang.Object[] |
getElements(java.lang.Object container) |
static boolean |
isEmpty(java.lang.Object container) |
static void |
prepareContainer(IManagedContainer container) |
public static void prepareContainer(IManagedContainer container)
public static IContainer<java.lang.Object> emptyContainer()
public static IManagedContainer createContainer()
public static boolean isEmpty(java.lang.Object container)
public static java.lang.Object[] getElements(java.lang.Object container)
public static IManagedContainer createPluginContainer()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html