Class Bundles

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Artifact>, Collection<Artifact>, List<Artifact>, RandomAccess

public class Bundles extends Artifacts
Groups a list of bundles Artifact and provides a means to sort them based on start order. This class is not thread-safe.
See Also:
  • Constructor Details

    • Bundles

      public Bundles()
  • Method Details

    • getBundlesByStartOrder

      public Map<Integer,List<Artifact>> getBundlesByStartOrder()
      Get the map of all bundles sorted by start order. The map is sorted and iterating over the keys is done in start order. Bundles without a start order (having the value 0) are returned last.
      Returns:
      The map of bundles. The map is unmodifiable.