public class BundleInfo extends Object
Constructor and Description |
---|
BundleInfo(org.codehaus.jackson.JsonNode root) |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
int |
getId() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getProperty(String key)
Returns the value of a specific key in the bundle
|
Bundle.Status |
getStatus() |
String |
getSymbolicName() |
String |
getVersion() |
boolean |
isFragment()
Returns the indicator if the bundle is a fragment
|
public BundleInfo(org.codehaus.jackson.JsonNode root) throws ClientException
ClientException
public int getId()
public String getName()
public String getVersion()
public boolean isFragment()
true
if bundle is a fragment, false
otherwise.public Bundle.Status getStatus()
public String getSymbolicName()
public String getCategory()
public String getProperty(String key)
key
- the property to searchCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.