Package io.bdeploy.api.product.v1.impl
Class MultiLocalDependencyFetcher
java.lang.Object
io.bdeploy.api.product.v1.impl.MultiLocalDependencyFetcher
- All Implemented Interfaces:
DependencyFetcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetch(BHive target, SortedSet<String> specs, OsHelper.OperatingSystem os)
-
Constructor Details
-
MultiLocalDependencyFetcher
-
-
Method Details
-
fetch
public SortedSet<Manifest.Key> fetch(BHive target, SortedSet<String> specs, OsHelper.OperatingSystem os) - Specified by:
fetchin interfaceDependencyFetcher- Parameters:
target- the hive the dependency should end up inspecs- the dependency specs. Each is an "incomplete" manifest key as it lacks the OS nameos- the OS component for the key to resolve.- Returns:
- all
Manifest.Keyresolved for the given specs.
-