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