nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface DependencyResolutionTaskOutput
Interface representing the output of the dependency resolution build task.

Provides access to the resolved bundles. The resolved bundles are represented using BundleKeys.

Clients shouldn't implement this interface.

Methods
public Collection<extends BundleKey>
Gets the bundles that were resolved during the dependency resolution.
public abstract Collection<extends BundleKey> getBundles()
Gets the bundles that were resolved during the dependency resolution.
The bundle keys.