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.
|
PackageId getId()
Dependency[] getUnresolvedDependencies()
DependencyHandling
is set to strict, the package
will not installed if any unresolved dependencies are listed.PackageId[] getResolvedDependencies()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"