Package aQute.bnd.build.api
Interface ArtifactInfo
-
@ProviderType public interface ArtifactInfo
A snapshot of the build information of an artifact.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundleId
getBundleId()
The bundle ID of the build bundlePackages
getContained()
Contained packagesPackages
getExports()
Exported packagesPackages
getImports()
Imported packages
-