public interface DependencyReport
Modifier and Type | Method and Description |
---|---|
PackageId |
getId()
The id of the package this report is created for.
|
PackageId[] |
getResolvedDependencies()
Returns a list of the installed packages that this package depends on.
|
Dependency[] |
getUnresolvedDependencies()
Returns the dependencies that are not resolved.
|
@Nonnull PackageId getId()
@Nonnull Dependency[] getUnresolvedDependencies()
DependencyHandling
is set to strict, the package
will not installed if any unresolved dependencies are listed.@Nonnull PackageId[] getResolvedDependencies()
Copyright © 2010 - 2020 Adobe. All Rights Reserved