Interface Package


  • public interface Package
    Abstraction around a collection of Installables, so that products can install a whole package, without needing to know the types of each Installable, which is effectively an implementation detail.
    • Method Detail

      • get

        java.util.Collection<Installable> get()
        Return a list/set of this package's Installables
        Returns:
        a list/set of this package's Installables