org.apache.felix.scrplugin.helper
Class ComponentContainerUtil

java.lang.Object
  extended by org.apache.felix.scrplugin.helper.ComponentContainerUtil

public abstract class ComponentContainerUtil
extends java.lang.Object


Nested Class Summary
static class ComponentContainerUtil.ComponentContainerContainer
           
 
Constructor Summary
ComponentContainerUtil()
           
 
Method Summary
static java.util.List<ComponentContainerUtil.ComponentContainerContainer> split(java.util.List<ComponentContainer> components, boolean generateSeparateDescriptors)
          Split the list of components into separate lists depending on the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentContainerUtil

public ComponentContainerUtil()
Method Detail

split

public static java.util.List<ComponentContainerUtil.ComponentContainerContainer> split(java.util.List<ComponentContainer> components,
                                                                                       boolean generateSeparateDescriptors)
Split the list of components into separate lists depending on the configuration.



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.