public class FrameworkDTO extends DTO
The System Bundle can be adapted to provide a FrameworkDTO
for the
framework of the system bundle. A FrameworkDTO
obtained from a
framework will contain only the launch properties of the framework. These
properties will not include the System properties.
Modifier and Type | Field and Description |
---|---|
List<BundleDTO> |
bundles
The bundles that are installed in the framework.
|
Map<String,Object> |
properties
The launch properties of the framework.
|
List<ServiceReferenceDTO> |
services
The services that are registered in the framework.
|
Constructor and Description |
---|
FrameworkDTO() |
public List<BundleDTO> bundles
BundleContext.getBundles()
public Map<String,Object> properties
BundleContext.getProperty(String)
public List<ServiceReferenceDTO> services
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.