Class Bundles

    • Constructor Detail

      • Bundles

        public Bundles()
    • Method Detail

      • 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.