Interface Package
-
public interface PackageAbstraction 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Installable>get()Return a list/set of this package's Installables
-
-
-
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
-
-