public interface FabBundleInfo
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DependencyTree> |
getBundles()
Get the list of additional required dependencies and bundles
|
java.util.Collection<java.lang.String> |
getFeatures()
Get the list of additional features to be installed for this FAB
|
java.util.Collection<java.net.URI> |
getFeatureURLs()
Get the list of additional feature URLs to install the required features for this FAB
|
java.util.Set<java.lang.String> |
getImports()
Get the list of imports determined by the FAB resolver process
|
java.io.InputStream |
getInputStream()
Access the FAB's input stream
|
java.util.jar.Attributes |
getManifest()
Get the computed manifest attributes
|
PomDetails |
getPomDetails()
Get the POM details for the artifact that we resolved as a FAB
|
java.lang.String |
getUrl()
Get the original jar url
|
java.lang.String getUrl()
java.io.InputStream getInputStream()
throws java.lang.Exception
java.lang.Exceptionjava.util.jar.Attributes getManifest()
java.util.Set<java.lang.String> getImports()
java.util.Collection<DependencyTree> getBundles()
java.util.Collection<java.net.URI> getFeatureURLs()
java.util.Collection<java.lang.String> getFeatures()
PomDetails getPomDetails()
Copyright © 2016 Red Hat. All Rights Reserved.